.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fixed {
  position: fixed;
}
.flex {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.flex-wrap {
  flex-flow: wrap;
}
.flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.inline-block {
  display: inline-block;
}
.block {
  display: block;
}
.hide {
  display: none;
}
.bold {
  font-weight: 700;
}
.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.before {
  opacity: 0;
  visibility: hidden;
}
.after {
  opacity: 1;
  visibility: visible;
}
.font {
  font-family: Arial;
}
.txt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.upper {
  text-transform: uppercase;
}
.middle {
  vertical-align: middle;
}
@font-face {
  font-family: "icon";
  src: url('../fonts/iconfont.eot');
  src: url('../fonts/iconfont.eot') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/f2e7d0ae391042dbb0b2b55cabe9fab9.woff') format('woff2'), url('../fonts/iconfont.woff') format('woff'), url('../fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */ url('../fonts/iconfont.svg') format('svg');
  
  /* IE9 */
  /* iOS 4.1- */
}
.hidden-xs {
  display: block;
}
.hidden-pc {
  display: none;
}
.box-container {
  width: 1680px;
  margin: 0 auto;
}
.w1440 {
  width: 1440px;
  margin: 0 auto;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.box-container-fluid {
  width: 100%;
  margin: 0 auto;
}
.medium-box-container {
  width: 80%;
  margin: 0 auto;
}
body {
  font-size: 16px;
  font-family: Arial;
  overflow-x: hidden;
  background: #f4f4f4;
}
.header-wrapper {
  position: relative;
  z-index: 20;
  background: #3c2944;
}
.header-wrapper .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 102px;
  align-items: center;
}
.header-wrapper .logo-box a {
  display: block;
}
.header-wrapper .pc-nav-box {
  flex: 1;
  margin-left: 82px;
}
.header-wrapper .pc-nav-box ul {
  font-size: 0;
}
.header-wrapper .pc-nav-box ul li {
  display: inline-block;
  vertical-align: top;
}
.header-wrapper .pc-nav-box ul li > a {
  position: relative;
  display: block;
  font-size: 18px;
  color: #fff;
  line-height: 102px;
  padding: 0 40px;
  transform: translateZ(0) perspective(1px);
  -webkit-transform: translateZ(0) perspective(1px);
  -moz-transform: translateZ(0) perspective(1px);
  -ms-transform: translateZ(0) perspective(1px);
  -o-transform: translateZ(0) perspective(1px);
}
.header-wrapper .pc-nav-box ul li > a:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: #0e4e9e;
  transition: height 0.3s ease;
  -webkit-transition: height 0.3s ease;
  -moz-transition: height 0.3s ease;
  -ms-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
}
.header-wrapper .pc-nav-box ul li:hover > a:before,
.header-wrapper .pc-nav-box ul li.on > a:before {
  height: 100%;
}
.header-wrapper .pc-nav-box ul li:hover .hide-1 {
  display: block;
}
.header-wrapper .pc-nav-box ul li:hover .hide-2 {
  opacity: 1;
  visibility: visible;
  height: 300px;
  animation: fadeIn .6s ease;
  z-index: 100;
}
.header-wrapper .pc-nav-box ul li:hover .hide-2 a {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
.header-wrapper .pc-nav-box ul li.on > a {
  font-weight: 700;
}
.header-wrapper .pc-nav-box .hide-box {
  position: fixed;
  left: 0;
  top: 102px;
  width: 100%;
  z-index: 10;
  background: #f0f2f3;
  padding: 64px 0 104px;
  border-top-left-radius: 90px;
}
.header-wrapper .pc-nav-box .hide-box.scroll {
  display: none!important;
}
.header-wrapper .pc-nav-box .hide-1 {
  display: none;
}
.header-wrapper .pc-nav-box .hide-1 .w1200 {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.header-wrapper .pc-nav-box .hide-1 .pic-box {
  width: 320px;
  font-size: 0;
  padding-right: 60px;
  border-right: 1px solid rgba(153, 153, 153, 0.3);
  margin-right: 60px;
  animation: navLeft20 0.6s ease;
}
.header-wrapper .pc-nav-box .hide-1 .pic-box .pic-item {
  display: none;
}
.header-wrapper .pc-nav-box .hide-1 .pic-box .pic {
  overflow: hidden;
}
.header-wrapper .pc-nav-box .hide-1 .pic-box img {
  width: 100%;
  display: block;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.header-wrapper .pc-nav-box .hide-1 .pic-box img:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.header-wrapper .pc-nav-box .hide-1 .pic-box .desc {
  font-size: 14px;
  color: #666;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  margin-top: 16px;
}
.header-wrapper .pc-nav-box .hide-1 .navs {
  animation: navRight20 0.6s ease;
}
.header-wrapper .pc-nav-box .hide-1 .item-box {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 226px;
  margin-right: 46px;
}
.header-wrapper .pc-nav-box .hide-1 .item-box:last-child {
  margin-right: 0;
}
.header-wrapper .pc-nav-box .hide-1 .item:first-child > a {
  padding-top: 0;
}
.header-wrapper .pc-nav-box .hide-1 .item:nth-child(2) .box:before {
  top: 80px;
}
.header-wrapper .pc-nav-box .hide-1 .item:nth-child(3) .box:before {
  top: 135px;
}
.header-wrapper .pc-nav-box .hide-1 .item:nth-child(4) .box:before {
  top: 190px;
}
.header-wrapper .pc-nav-box .hide-1 .item:hover .box {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.header-wrapper .pc-nav-box .hide-1 .item a {
  display: block;
}
.header-wrapper .pc-nav-box .hide-1 .item > a {
  font-size: 14px;
  color: #333;
  line-height: 30px;
  padding: 15px 5px 15px 0;
  border-bottom: 1px solid rgba(153, 153, 153, 0.3);
  background: url(../images/icon-right.png) no-repeat center right;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.header-wrapper .pc-nav-box .hide-1 .item > a:hover {
  font-weight: 700;
  color: #333;
  border-color: #0075c1;
  background: url(../images/icon-right2.png) no-repeat center right;
}
.header-wrapper .pc-nav-box .hide-1 .item .box {
  position: absolute;
  left: 248px;
  top: 0;
  z-index: 10;
  width: 188px;
  height: 214px;
  background: #fff;
  box-shadow: 7px 7px 20px 0px rgba(0, 124, 188, 0.02);
  border-left: 2px solid #0075c1;
  padding: 15px 15px 15px 26px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(15px);
  -webkit-transform: translateX(15px);
  -moz-transform: translateX(15px);
  -ms-transform: translateX(15px);
  -o-transform: translateX(15px);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.header-wrapper .pc-nav-box .hide-1 .item .box:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 12px;
  background: url(../images/traggle.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: -9px;
  top: 25px;
  z-index: 10;
}
.header-wrapper .pc-nav-box .hide-1 .item .box a {
  position: relative;
  font-size: 14px;
  color: #666;
  line-height: 22px;
  margin-bottom: 18px;
  padding-left: 26px;
}
.header-wrapper .pc-nav-box .hide-1 .item .box a:hover {
  color: #0075c1;
}
.header-wrapper .pc-nav-box .hide-1 .item .box a:hover:before {
  background: #0075c1;
}
.header-wrapper .pc-nav-box .hide-1 .item .box a:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #a0a0a0;
  position: absolute;
  left: 0;
  top: 8px;
  z-index: 10;
}
.header-wrapper .pc-nav-box .hide-2 {
  height: 300px;
  background: #f0f2f3;
  text-align: center;
  font-size: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  height: 0;
  transition: height 0.6s ease;
  -webkit-transition: height 0.6s ease;
  -moz-transition: height 0.6s ease;
  -ms-transition: height 0.6s ease;
  -o-transition: height 0.6s ease;
}
.header-wrapper .pc-nav-box .hide-2 a {
  display: inline-block;
  vertical-align: top;
  margin-right: 66px;
  transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 100px);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 0.8s;
}
.header-wrapper .pc-nav-box .hide-2 a:last-child {
  margin-right: 0;
}
.header-wrapper .pc-nav-box .hide-2 a:hover .icon {
  background: #0075c1;
}
.header-wrapper .pc-nav-box .hide-2 a:hover .name {
  color: #0075c1;
}
.header-wrapper .pc-nav-box .hide-2 a:hover .name:after {
  background: url(../images/icon-right2.png) no-repeat;
  background-size: contain;
  transform: translateX(4px);
  -webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -ms-transform: translateX(4px);
  -o-transform: translateX(4px);
}
.header-wrapper .pc-nav-box .hide-2 .icon {
  width: 114px;
  height: 114px;
  background: #3c2944;
  border-radius: 50%;
  text-align: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  margin: 0 auto;
}
.header-wrapper .pc-nav-box .hide-2 .icon img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin: 27px auto 0;
}
.header-wrapper .pc-nav-box .hide-2 .name {
  position: relative;
  font-size: 14px;
  color: #333;
  font-weight: 700;
  line-height: 24px;
  margin-top: 20px;
}
.header-wrapper .pc-nav-box .hide-2 .name:after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 9px;
  margin-left: 16px;
  background: url(../images/icon-right.png) no-repeat right center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.header-wrapper .other-box {
  text-align: right;
  font-size: 0;
}
.header-wrapper .other-box .login,
.header-wrapper .other-box .language,
.header-wrapper .other-box .search-box {
  vertical-align: top;
  display: inline-block;
  text-align: left;
}
.header-wrapper .other-box .btn {
  display: inline-block;
}
.header-wrapper .other-box a,
.header-wrapper .other-box .caption,
.header-wrapper .other-box span {
  display: block;
  font-size: 14px;
  color: #666;
  cursor: pointer;
}
.header-wrapper .other-box i {
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
}
.header-wrapper .login,
.header-wrapper .language .caption,
.header-wrapper .search-box > a {
  height: 102px;
  line-height: 102px;
}
.header-wrapper .login {
  margin-right: 40px;
}
.header-wrapper .login:hover a {
  color: #0e4e9e;
}
.header-wrapper .login:hover i {
  background: url(../images/user2.png) no-repeat;
  background-size: contain;
}
.header-wrapper .login i {
  width: 11px;
  height: 13px;
  margin-right: 10px;
  background: url(../images/user.png) no-repeat;
  background-size: contain;
}
.header-wrapper .login span {
  font-size: 12px;
  color: #666;
}
.header-wrapper .language {
  position: relative;
  margin-right: 40px;
}
.header-wrapper .language.on .caption {
  color: #0e4e9e;
}
.header-wrapper .language.on i {
  background: url(../images/earth2.png) no-repeat;
  background-size: contain;
}
.header-wrapper .language.on .list {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.header-wrapper .language i {
  width: 14px;
  height: 14px;
  margin-right: 10px;
  background: url(../images/earth.png) no-repeat;
  background-size: contain;
}
.header-wrapper .language .list {
  left: 50%;
  width: 184px;
  background: #008cd6 url(../images/lan-bg.png) no-repeat;
  margin-left: -92px;
  padding: 4px 22px 14px;
}
.header-wrapper .language .list a {
  position: relative;
  padding-right: 36px;
  font-size: 15px;
  color: #fff;
  padding: 9px 0;
  line-height: 36px;
  padding-left: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.header-wrapper .language .list a img {
  position: absolute;
  right: 0;
  top: 15px;
  width: 34px;
  z-index: 10;
}
.header-wrapper .language .list a:last-child {
  border-bottom: none;
}
.header-wrapper .language .list a:hover {
  color: #0e4e9e;
}
.header-wrapper .language .list,
.header-wrapper .search-form {
  position: absolute;
  top: 100%;
  z-index: 10;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.header-wrapper .search-box {
  position: relative;
  /* input placeholder  */
}
.header-wrapper .search-box > a {
  width: 16px;
  background: url(../images/search2.png) no-repeat left center;
  background-size: contain;
}
.header-wrapper .search-box .search-form {
  right: 0;
  width: 294px;
  overflow: hidden;
  background: url(../images/search-bg.png) no-repeat;
  background-size: 100% 100%;
}
.header-wrapper .search-box .keywords {
  font-size: 15px;
  color: #fff;
  width: 100%;
  height: 60px;
  background: none;
  line-height: 60px;
  padding: 0 34px 0 24px;
}
.header-wrapper .search-box ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ffffff;
  font-size: 15px;
}
.header-wrapper .search-box :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ffffff;
  font-size: 15px;
}
.header-wrapper .search-box ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ffffff;
  font-size: 15px;
}
.header-wrapper .search-box :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ffffff;
  font-size: 15px;
}
.header-wrapper .search-box .search-btn {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 18px;
  top: 22px;
  line-height: inherit;
  z-index: 10;
}
.nav-icon {
  display: none;
}
.p_h {
  position: absolute;
  left: 0;
  top: 102px;
  background: #3c2944;
  z-index: -1;
  width: 100%;
  height: 90px;
  display: none;
}
.phone-nav {
  display: none;
}
.gotop {
  display: none;
  position: fixed;
  left: 30px;
  bottom: 5%;
  z-index: 30;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: #0e4e9e url(../images/top.png) no-repeat center center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.gotop:hover {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  background-position: center top 40%;
}
.index-banner-wrapper {
  position: relative;
  z-index: 10;
  font-size: 0;
  background: #3c2944;
}
.index-banner-wrapper:hover .prev {
  left: 30px;
}
.index-banner-wrapper:hover .next {
  right: 30px;
}
.index-banner-wrapper .swiper-slide a {
  display: block;
}
.index-banner-wrapper .swiper-slide img {
  width: 100%;
  height: 89.6vh;
  object-fit: cover;
  display: block;
  border-top-left-radius: 90px;
}
.index-banner-wrapper .swiper-slide img.phone {
  display: none;
}
.index-banner-wrapper .swiper-slide-active .info-1,
.index-banner-wrapper .swiper-slide-active .info-2,
.index-banner-wrapper .swiper-slide-active .info-3 {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.index-banner-wrapper .info {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  transition: all 1.2s ease;
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -ms-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
}
.index-banner-wrapper .info-1 {
  top: 158px;
  transform: translateX(80px);
  -webkit-transform: translateX(80px);
  -moz-transform: translateX(80px);
  -ms-transform: translateX(80px);
  -o-transform: translateX(80px);
  opacity: 0;
  visibility: hidden;
}
.index-banner-wrapper .info-1 .box {
  width: 580px;
  float: right;
  padding-right: 14px;
}
.index-banner-wrapper .info-1 .name {
  display: inline-block;
  font-size: 28px;
  color: #fff;
  line-height: 35px;
  border-radius: 20px 0 20px 0;
  background: linear-gradient(to right, #2190da, #0075c2);
  background: -webkit-linear-gradient(to right, #2190da, #0075c2);
  background: -moz-linear-gradient(to right, #2190da, #0075c2);
  background: -ms-linear-gradient(to right, #2190da, #0075c2);
  background: -o-linear-gradient(to right, #2190da, #0075c2);
  padding: 15px 24px;
}
.index-banner-wrapper .info-1 .desc {
  font-size: 48px;
  color: #0075c2;
  line-height: 58px;
  text-transform: uppercase;
  margin: 38px auto 28px;
}
.index-banner-wrapper .info-1 .intro {
  font-size: 26px;
  color: #0075c2;
  line-height: 38px;
}
.index-banner-wrapper .info-2 {
  top: 236px;
  transform: translateX(-80px);
  -webkit-transform: translateX(-80px);
  -moz-transform: translateX(-80px);
  -ms-transform: translateX(-80px);
  -o-transform: translateX(-80px);
  opacity: 0;
  visibility: hidden;
}
.index-banner-wrapper .info-2 .desc {
  font-size: 60px;
  font-family: "gb";
  color: #0075c2;
  line-height: 50px;
}
.index-banner-wrapper .info-2 .name {
  display: inline-block;
  max-width: 600px;
  font-size: 60px;
  color: #fff;
  line-height: 55px;
  padding: 10px 20px;
  background: linear-gradient(to right, #ffb546, #0e4e9e);
  background: -webkit-linear-gradient(to right, #ffb546, #0e4e9e);
  background: -moz-linear-gradient(to right, #ffb546, #0e4e9e);
  background: -o-linear-gradient(to right, #ffb546, #0e4e9e);
  background: -s-linear-gradient(to right, #ffb546, #0e4e9e);
  font-family: "gb";
  text-transform: uppercase;
  border-radius: 20px 0 20px 0;
  margin: 36px auto 28px;
}
.index-banner-wrapper .info-2 .intro {
  font-size: 24px;
  color: #666;
  line-height: 28px;
}
.index-banner-wrapper .info-3 {
  top: 183px;
  transform: translateX(-80px);
  -webkit-transform: translateX(-80px);
  -moz-transform: translateX(-80px);
  -ms-transform: translateX(-80px);
  -o-transform: translateX(-80px);
  opacity: 0;
  visibility: hidden;
}
.index-banner-wrapper .info-3 .desc,
.index-banner-wrapper .info-3 .intro {
  font-size: 24px;
  color: #0075c2;
  line-height: 30px;
}
.index-banner-wrapper .info-3 .intro {
  width: 386px;
}
.index-banner-wrapper .info-3 .name {
  width: 512px;
  font-size: 48px;
  line-height: 50px;
  color: #fff;
  text-transform: uppercase;
  padding: 18px 30px 12px;
  background: linear-gradient(to right, #ffb546, #0e4e9e);
  background: -webkit-linear-gradient(to right, #ffb546, #0e4e9e);
  background: -moz-linear-gradient(to right, #ffb546, #0e4e9e);
  background: -ms-linear-gradient(to right, #ffb546, #0e4e9e);
  background: -o-linear-gradient(to right, #ffb546, #0e4e9e);
  margin: 30px 0;
  border-radius: 20px 0 20px 0;
  text-shadow: 4px 4px 0 rgba(0, 0, 0, 0.2);
}
.index-banner-wrapper .swiper-pagination {
  bottom: 30px;
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: none;
  margin: 0 12px;
  width: 14px;
  height: 14px;
  border: 1px solid #0075c2;
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0075c2;
}
.index-banner-wrapper .swiper-btn {
  display: inline-block;
  width: 65px;
  height: 54px;
  position: absolute;
  top: 50%;
  margin-top: -27px;
  z-index: 10;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.index-banner-wrapper .prev {
  left: -100%;
  background: url(../images/banner-prev.png) no-repeat;
  background-size: contain;
}
.index-banner-wrapper .prev:hover {
  background: url(../images/banner-prev2.png) no-repeat;
  background-size: contain;
}
.index-banner-wrapper .next {
  right: -100%;
  background: url(../images/banner-next.png) no-repeat;
  background-size: contain;
}
.index-banner-wrapper .next:hover {
  background: url(../images/banner-next2.png) no-repeat;
  background-size: contain;
}
.footer-wrapper .box-1 {
  padding: 80px 0 54px;
  background: #3c2944 url(../images/footer-bg.png) no-repeat right bottom;
  background-size: 100%;
}
.footer-wrapper .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.footer-wrapper dl {
  display: inline-block;
  vertical-align: top;
  margin-right: 148px;
}
.footer-wrapper dl:last-child {
  margin-right: 0;
}
.footer-wrapper dl dt {
  margin-bottom: 14px;
}
.footer-wrapper dl dd a {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.3);
}
.footer-wrapper dl dd + dt {
  margin-top: 28px;
}
.footer-wrapper dl a {
  display: block;
  line-height: 36px;
}
.footer-wrapper dl a:hover {
  color: #fff;
}
.footer-wrapper dt a,
.footer-wrapper .caption {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
}
.footer-wrapper .caption {
  line-height: 36px;
  margin-bottom: 18px;
}
.footer-wrapper .other-box {
  width: 31.55%;
  padding-left: 132px;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
.footer-wrapper .other-box li {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  font-size: 15px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 15px;
}
.footer-wrapper .other-box li:last-child {
  margin-bottom: 0;
}
.footer-wrapper .other-box li em {
  display: inline-block;
  font-style: normal;
  margin-right: 4px;
}
.footer-wrapper .other-box li span {
  flex: 1;
  color: #747e84;
}
.footer-wrapper .share-box {
  margin-top: 82px;
}
.footer-wrapper .share {
  font-size: 0;
}
.footer-wrapper .share a {
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
}
.footer-wrapper .share a:last-child {
  margin-right: 0;
}
.footer-wrapper .share a:hover img.on {
  display: inline-block;
}
.footer-wrapper .share a:hover img.original {
  display: none;
}
.footer-wrapper .share img {
  width: 28px;
}
.footer-wrapper .share img.on {
  display: none;
}
.footer-wrapper .box-2 {
  padding: 18px 0 12px;
}
.footer-wrapper .box-2 .box-container {
  align-items: center;
}
.footer-wrapper .box-2 .box-container a {
  display: inline-block;
}
.footer-wrapper .box-2 .link,
.footer-wrapper .box-2 .link a,
.footer-wrapper .box-2 .copy,
.footer-wrapper .box-2 .copy a {
  font-size: 15px;
  color: #666;
  line-height: 30px;
}
.footer-wrapper .box-2 .link a:hover,
.footer-wrapper .box-2 .copy a:hover {
  color: #0e4e9e;
}
.footer-wrapper .box-2 .link a {
  display: inline-block;
  margin-right: 26px;
}
.footer-wrapper .box-2 .link a:last-child {
  margin-right: 0;
}
.footer-wrapper .box-2 .copy {
  text-transform: uppercase;
}
.index-title {
  font-size: 60px;
  color: #333;
  font-weight: 700;
  position: relative;
  font-family: db,arial;
  line-height: 58px;
  padding-top: 90px;
  margin-bottom: 54px;
}
.index-title:after {
  content: "";
  display: block;
  width: 70px;
  height: 6px;
  background: #0e4e9e;
  margin-top: 16px;
}
.index-title em {
  display: block;
  font-style: normal;
  color: #0e4e9e;
}
.index-box-1 {
  position: relative;
  margin-top: 135px;
}
.index-box-1 .index-title {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.index-box-1 .swiper-slide {
  opacity: 0;
  visibility: hidden;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.index-box-1 .swiper-slide .info,
.index-box-1 .swiper-slide .pic {
  width: 50%;
}
.index-box-1 .swiper-slide-active {
  opacity: 1;
  visibility: visible;
}
.index-box-1 .index-title,
.index-box-1 .info {
  padding-left: 118px;
}
.index-box-1 .pic {
  position: relative;
  font-size: 0;
  overflow: hidden;
}
.index-box-1 .pic img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.index-box-1 .pic img:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.index-box-1 .info {
  padding-top: 282px;
  padding-right: 240px;
}
.index-box-1 .info .name {
  font-size: 26px;
  color: #333;
  line-height: 26px;
}
.index-box-1 .info .content {
  font-size: 16px;
  color: #333;
  line-height: 30px;
  margin: 22px auto 50px;
}
.index-box-1 .info .content img {
  display: block;
}
.index-box-1 .pic {
  display: block;
}
.index-box-1 .pic img {
  display: block;
}
.index-box-1 .btn-box {
  position: absolute;
  left: 50%;
  bottom: 0;
  font-size: 0;
  z-index: 10;
}
.index-box-1 .btn-box a {
  display: inline-block;
  width: 64px;
  height: 64px;
  vertical-align: top;
  background-color: #0e4e9e;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.index-box-1 .btn-box a.swiper-button-disabled {
  background-color: #fff;
}
.index-box-1 .btn-box .prev {
  background-image: url(../images/prev4.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.index-box-1 .btn-box .prev.swiper-button-disabled {
  background-image: url(../images/prev3.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.index-box-1 .btn-box .next {
  background-image: url(../images/next4.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.index-box-1 .btn-box .next.swiper-button-disabled {
  background-image: url(../images/next3.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.index-box-2 {
  position: relative;
  margin-top: 135px;
}
.index-box-2 .top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}
.index-box-2 .item {
  display: none;
  overflow: hidden;
}
.index-box-2 .item.on {
  display: block;
  animation: fadeIn linear 0.3s;
}
.index-box-2 .item img {
  width: 100%;
  display: block;
}
.index-box-2 .item img.phone {
  display: none;
}
.index-box-2 .thumb-box {
  width: 278px;
  position: absolute;
  right: 118px;
  top: 100px;
  z-index: 10;
}
.index-box-2 .swiper-slide {
  cursor: pointer;
}
.index-box-2 .swiper-slide.news-thumb .info {
  display: none;
}
.index-box-2 .index-title {
  color: #fff;
  line-height: 51px;
}
.index-box-2 .thumb-swiper-box {
  position: relative;
}
.index-box-2 .thumb-swiper-box {
  width: 100%;
  float: right;
}
.index-box-2 .thumb-swiper-box .swiper-slide.on .pic:before {
  background: none;
}
.index-box-2 .thumb-swiper-box .swiper-slide.on .icon {
  background: rgba(0, 117, 194, 0.8) url(../images/dot.png) no-repeat center center;
}
.index-box-2 .thumb-swiper-box .swiper-slide .pic {
  position: relative;
}
.index-box-2 .thumb-swiper-box .swiper-slide .pic img {
  width: 100%;
  display: block;
  height: 208px;
  object-fit: cover;
}
.index-box-2 .thumb-swiper-box .swiper-slide .pic:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.index-box-2 .thumb-swiper-box .swiper-slide .info {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 10;
  width: 100%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.index-box-2 .thumb-swiper-box .swiper-slide .icon {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  border-radius: 50%;
  box-shadow: 4px 21px 40px 0px rgba(0, 140, 214, 0.38);
  background: rgba(0, 0, 0, 0.3) url(../images/play.png) no-repeat center center;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.index-box-2 .thumb-swiper-box .swiper-btn {
  display: inline-block;
  width: 65px;
  height: 64px;
  position: absolute;
  left: 50%;
  z-index: 10;
  margin-left: -32px;
  background-color: #0e4e9e;
}
.index-box-2 .thumb-swiper-box .swiper-btn.swiper-button-disabled {
  background-color: #fff;
}
.index-box-2 .thumb-swiper-box .prev {
  top: -32px;
  background-image: url(../images/up2.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.index-box-2 .thumb-swiper-box .prev.swiper-button-disabled {
  background-image: url(../images/up.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.index-box-2 .thumb-swiper-box .next {
  bottom: -32px;
  background-image: url(../images/down2.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.index-box-2 .thumb-swiper-box .next.swiper-button-disabled {
  background-image: url(../images/down.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.index-box-2 .swiper-container {
  height: 880px;
}
.index-box-2 .item.play .pic {
  opacity: 0;
  visibility: hidden;
}
.index-box-2 .item.play .video {
  z-index: 10;
  opacity: 1;
  visibility: visible;
}
.index-box-2 .box .item .pic {
  position: relative;
  display: block;
}
.index-box-2 .box .item .pic:before {
  content: "";
  display: block;
  width: 100%;
  height: 280px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  background: url(../images/index2_shadow.png) no-repeat;
  background-size: cover;
}
.index-box-2 .box .item .info {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 10;
  text-align: center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.index-box-2 .box .item span {
  display: inline-block;
  vertical-align: top;
}
.index-box-2 .box .item .play {
  position: relative;
  cursor: pointer;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(0, 117, 194, 0.8) url(../images/play.png) no-repeat center center;
}
.index-box-2 .box .item .play:before,
.index-box-2 .box .item .play:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: rgba(0, 117, 194, 0.3);
  animation: iconAnimate 2.4s ease-in infinite;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.index-box-2 .box .item .play:after {
  animation-delay: 0.8s;
}
.index-box-2 .box .item .info .name {
  font-size: 48px;
  color: #fff;
  font-weight: 700;
  line-height: 100px;
  margin-left: 56px;
}
.index-box-2 .video {
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.index-box-2 .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-box-2 .item.on .inner {
  opacity: 1;
  visibility: visible;
  animation: navLeft20 0.6s ease;
}
.index-box-2 .inner {
  width: 600px;
  position: absolute;
  left: 118px;
  top: 382px;
  z-index: 10;
  background: rgba(0, 0, 0, 0.3);
  padding: 60px 50px 76px 68px;
  opacity: 0;
  visibility: hidden;
}
.index-box-2 .name {
  font-size: 24px;
  color: #fff;
  line-height: 28px;
}
.index-box-2 .desc {
  font-size: 14px;
  color: #fff;
  line-height: 28px;
  margin: 30px auto 32px;
}
.index-box-3 {
  margin: 135px auto 66px;
}
.index-box-3 .inner-1 {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.index-box-3 .inner-1 .info {
  width: 50%;
  padding-left: 118px;
  padding-right: 92px;
}
.index-box-3 .inner-1 .info > .desc {
  margin-top: 28px;
  max-height: 180px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
.index-box-3 .inner-1 .pic {
  position: relative;
  width: 50%;
  font-size: 0;
  overflow: hidden;
  border-top-left-radius: 90px;
}
.index-box-3 .inner-1 .pic img {
  display: block;
  width: 100%;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.index-box-3 .inner-1 .pic img:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.index-box-3 .inner-1 .name {
  font-size: 24px;
  color: #333;
  line-height: 30px;
}
.index-box-3 .inner-1 .desc {
  font-size: 16px;
  color: #333;
  line-height: 30px;
}
.index-box-3 .data {
  margin: 40px auto 60px;
}
.index-box-3 .data ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.index-box-3 .data ul li {
  width: 25%;
  padding-right: 16px;
}
.index-box-3 .data ul li .num span,
.index-box-3 .data ul li .num i,
.index-box-3 .data ul li .num em {
  display: inline-block;
  color: #0e4e9e;
  font-family: db,arial;
}
.index-box-3 .data ul li .num i,
.index-box-3 .data ul li .num em {
  font-style: normal;
}
.index-box-3 .data ul li .num i {
  vertical-align: top;
  top: 8px;
  font-size: 18px;
}
.index-box-3 .data ul li .num em {
  font-size: 24px;
  vertical-align: top;
}
.index-box-3 .data ul li .num span {
  font-size: 48px;
  margin-right: 4px;
}
.index-box-3 .data ul li .desc {
  margin-top: 2px;
}
.index-box-3 .inner-2 img {
  display: block;
  margin: 0 auto;
}
.index-box-4 {
  background: url(../images/index4_bg.jpg) no-repeat;
  background-size: cover;
  padding-bottom: 140px;
}
.index-box-4 ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.index-box-4 ul li {
  width: 25%;
  background: #eaeaea;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.index-box-4 ul li:nth-child(even) .pic {
  background: #eaeaea;
}
.index-box-4 ul li:nth-child(even) .info {
  background: #f1f1f1;
}
.index-box-4 ul li:hover {
  background: #0e4e9e;
}
.index-box-4 ul li:hover:nth-child(even) .info {
  background: #0e4e9e;
}
.index-box-4 ul li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.index-box-4 ul li:hover .index-more {
  background: #fff;
  color: #0075c1;
}
.index-box-4 ul li:hover .index-more i {
  color: #0075c1;
}
.index-box-4 ul li a {
  display: block;
}
.index-box-4 ul li .pic {
  overflow: hidden;
  font-size: 0;
  background: #f1f1f1;
}
.index-box-4 ul li .pic img {
  width: 100%;
  height: 382px;
  object-fit: contain;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.index-box-4 ul li .info {
  padding: 40px 30px 40px 40px;
}
.index-box-4 ul li .name {
  font-size: 26px;
  color: #333;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index-box-4 ul li .desc {
  font-size: 16px;
  color: #333;
  line-height: 28px;
  height: 196px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
  margin: 12px auto 14px;
}
.index-box-5 ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.index-box-5 ul li {
  position: relative;
  width: 25%;
}
.index-box-5 ul li a {
  overflow: hidden;
}
.index-box-5 ul li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.index-box-5 ul li:hover .info {
  height: 100%;
  background: rgba(0, 117, 194, 0.7);
}
.index-box-5 ul li:hover .icon {
  position: static;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.index-box-5 ul li .pic {
  font-size: 0;
  overflow: hidden;
}
.index-box-5 ul li .pic img {
  display: block;
  width: 100%;
  height: 670px;
  object-fit: cover;
  transition: transform 0.4s ease;
  -webkit-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -ms-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
}
.index-box-5 ul li .info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  height: 148px;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.index-box-5 ul li .inner {
  width: 100%;
  padding: 0 20px;
  text-align: center;
}
.index-box-5 ul li .name {
  font-size: 36px;
  color: #fff;
  line-height: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index-box-5 ul li .icon {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  margin-top: 28px;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.index-box-6 {
  margin-bottom: 140px;
}
.index-box-6 ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.index-box-6 ul li {
  width: 31.25%;
  margin-right: 3.125%;
  background: #fff;
  box-shadow: 2px 2px 30px 0px rgba(0, 0, 0, 0.08);
}
.index-box-6 ul li:nth-child(3n) {
  margin-right: 0;
}
.index-box-6 ul li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.index-box-6 ul li:hover .date,
.index-box-6 ul li:hover .other {
  color: #0075c1;
}
.index-box-6 ul li:hover .index-more {
  background: #0075c1;
  color: #fff;
}
.index-box-6 ul li:hover .index-more i {
  color: #fff;
}
.index-box-6 ul li a {
  display: block;
}
.index-box-6 ul li .pic {
  font-size: 0;
  overflow: hidden;
}
.index-box-6 ul li .pic img {
  display: block;
  width: 100%;
  height: 304px;
  object-fit: cover;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.index-box-6 ul li .info {
  padding: 32px 46px 40px;
}
.index-box-6 ul li .date {
  margin-top: 16px;
}
.index-box-6 ul li .other {
  margin-bottom: 20px;
  height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index-box-6 ul li .date,
.index-box-6 ul li .other {
  font-size: 14px;
  color: #999;
  line-height: 20px;
}
.index-box-6 ul li .name {
  font-size: 24px;
  color: #333;
  font-weight: 700;
  line-height: 30px;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index-box-6 ul li .index-more {
  color: #0075c1;
  background: #f4f4f4;
}
.index-box-6 ul li .index-more i {
  color: #0075c1;
}
.page-banner-wrapper {
  position: relative;
  background: #3c2944;
}
.page-banner-wrapper .banner {
  display: block;
  width: 100%;
  border: 1px solid transparent;
  border-top-left-radius: 90px;
}
.page-banner-wrapper .info {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 10;
  width: 100%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.page-banner-wrapper .info .name {
  font-size: 60px;
  color: #fff;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3);
}
.page-banner-wrapper .info .desc {
  font-size: 24px;
  color: #fff;
  line-height: 28px;
  width: 43%;
  margin: 10px 0 24px;
}
.page-banner-wrapper .info-2 .name {
  color: #0075c2;
}
.index-more {
  display: block;
  width: 170px;
  height: 54px;
  line-height: 54px;
  background-color: #0075c2;
  border-radius: 20px 0px 20px 0px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.index-more:hover {
  background: #0e4e9e;
}
.index-more i {
  font-style: normal;
  display: inline-block;
  margin-left: 14px;
  vertical-align: middle;
  font-size: 18px;
  position: relative;
  top: -1px;
}
.page-more {
  display: block;
  width: 170px;
  height: 52px;
  line-height: 52px;
  margin: 0 auto;
  background: #008cd6;
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-top: 30px;
  border-radius: 20px 0px 20px 0px;
}
.page-more:hover {
  background: #0075c2;
}
.page-more i {
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 16px;
  width: 23px;
  height: 23px;
  background: url(../images/loading.png) no-repeat;
  background-size: contain;
  animation: iconRotate 1s linear infinite;
}
.page-box {
  padding: 110px 0;
}
.page-title {
  position: relative;
  font-size: 30px;
  color: #333;
  font-weight: 700;
  line-height: 34px;
  padding-bottom: 30px;
}
.page-title:after {
  content: "";
  display: block;
  width: 70px;
  height: 6px;
  background: #0e4e9e;
  margin-top: 20px;
}
.page-caption {
  font-size: 60px;
  font-family: db,arial;
  color: #333;
  line-height: 60px;
  margin-bottom: 45px;
  font-weight: 700;
}
.page-caption:after {
  content: "";
  display: block;
  width: 70px;
  height: 6px;
  background: #0e4e9e;
  margin-top: 18px;
}
.page-caption em {
  color: #0e4e9e;
  font-style: normal;
}
.page-caption.page-caption-2 {
  font-size: 30px;
  line-height: 30px;
}
.breadcrumb-box {
  font-size: 0;
  padding: 27px 0;
  line-height: 24px;
  background: #fff;
}
.breadcrumb-box a,
.breadcrumb-box span,
.breadcrumb-box img {
  display: inline-block;
  vertical-align: middle;
}
.breadcrumb-box a,
.breadcrumb-box span {
  font-size: 14px;
  color: #333;
}
.breadcrumb-box a img {
  position: relative;
  top: -2px;
  margin-right: 10px;
}
.breadcrumb-box a:hover {
  color: #0075c1;
}
.breadcrumb-box .icon {
  margin: 0 8px;
}
.breadcrumb-box .active {
  color: #0075c1;
  font-weight: 700;
}
.page-form-box {
  position: relative;
  z-index: 10;
  margin-bottom: 40px;
  /* input placeholder  */
}
.page-form-box .word,
.page-form-box .search,
.page-form-box .btn,
.page-form-box .type {
  display: inline-block;
  vertical-align: top;
}
.page-form-box .word {
  font-size: 16px;
  color: #333;
  font-weight: 700;
  line-height: 48px;
  margin-right: 14px;
}
.page-form-box .search {
  position: relative;
}
.page-form-box .text,
.page-form-box .caption {
  font-size: 14px;
  color: #666;
  width: 480px;
  height: 48px;
  line-height: 48px;
  background: #fff;
  padding: 0 60px 0 22px;
  border-radius: 30px;
  overflow: hidden;
}
.page-form-box ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #666666;
  font-size: 14px;
}
.page-form-box :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #666666;
  font-size: 14px;
}
.page-form-box ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666666;
  font-size: 14px;
}
.page-form-box :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #666666;
  font-size: 14px;
}
.page-form-box .caption {
  position: relative;
  width: 100%;
  cursor: pointer;
}
.page-form-box .caption:after {
  position: absolute;
  right: 22px;
  top: 0;
  z-index: 10;
  content: "";
  display: block;
  width: 15px;
  height: 100%;
  background: url(../images/icon-down.png) no-repeat center center;
  background-size: contain;
}
.page-form-box .caption.on {
  border-radius: 0;
}
.page-form-box .caption.on:after {
  transform: rotateX(180deg);
}
.page-form-box .btn {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #0e4e9e url(../images/search.png) no-repeat center center;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.page-form-box .btn:hover {
  background: #0075c2 url(../images/search.png) no-repeat center center;
}
.page-form-box .type,
.page-form-box .category {
  position: relative;
  width: 29.44%;
}
.page-form-box .type .list {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 10;
  width: 100%;
  background: #fff;
  max-height: 205px;
  overflow-y: auto;
}
.page-form-box .type .list::-webkit-scrollbar {
  width: 3px;
}
.page-form-box .type .list::-webkit-scrollbar-track {
  background-color: #f6f6f6;
  border-radius: 5px;
}
.page-form-box .type .list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #0075c2;
}
.page-form-box .type .list a {
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 48px;
  padding: 0 60px 0 22px;
  border-bottom: 1px solid #f7f8f9;
}
.page-form-box .type .list a:last-child {
  border: none;
}
.page-form-box .type .list a.cat {
  background: #f9f9f9;
  font-size: 15px;
  border-color: #eee;
  font-weight: 700;
}
.page-form-box .type .list a.cat:hover {
  color: #666;
}
.page-form-box .type .list a.on,
.page-form-box .type .list a:hover {
  color: #0075c2;
}
.page-form-box .type .list a.on {
  font-weight: 700;
}
.page-form-box.form-2 .btn {
  position: static;
  margin-left: 22px;
}
.page-form-box.form-2 .search {
  width: 57%;
  margin-left: 22px;
}
.page-form-box.form-2 .search .text {
  width: 90.36%;
}
.page-form-box .category {
  border: none;
  height: 48px;
  line-height: 48px;
  background: #fff;
  padding: 0 60px 0 22px;
  border-radius: 30px;
  overflow: hidden;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  outline: none;
  background: url("../images/icon-down.png") no-repeat scroll 96% center #ffffff;
}
.about-wrapper .content {
  font-size: 16px;
  color: #333;
  line-height: 30px;
}
.about-wrapper .box-1 {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.about-wrapper .box-1 .info {
  width: 45.13%;
}
.about-wrapper .box-1 .pic {
  width: 50%;
  font-size: 0;
  overflow: hidden;
  border-top-left-radius: 54px;
}
.about-wrapper .box-1 .pic img {
  display: block;
  width: 100%;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.about-wrapper .box-1 .pic img:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.about-wrapper .box-1 .page-title {
  width: 74%;
}
.about-wrapper .box-1 > .content {
  width: 100%;
  margin-top: 34px;
}
.about-wrapper .box-1 > .content img {
  display: block;
  width: 100%;
}
.about-wrapper .box-2 {
  margin: 74px auto;
}
.about-wrapper .box-2 .list {
  text-align: center;
  font-size: 0;
  margin: 48px auto 52px;
}
.about-wrapper .box-2 .list .item {
  display: inline-block;
  width: 330px;
  margin-right: 116px;
  vertical-align: top;
}
.about-wrapper .box-2 .list .item:last-child {
  margin-right: 0;
}
.about-wrapper .box-2 .list .caption {
  position: relative;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  height: 68px;
  line-height: 68px;
  border-radius: 40px;
  background: #0075c1;
  text-transform: uppercase;
}
.about-wrapper .box-2 .list .caption:before,
.about-wrapper .box-2 .list .caption:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 30px;
  position: absolute;
  top: 100%;
  z-index: 10;
  background: rgba(0, 117, 194, 0.3);
}
.about-wrapper .box-2 .list .caption:before {
  left: 82px;
}
.about-wrapper .box-2 .list .caption:after {
  right: 82px;
}
.about-wrapper .box-2 .list ul {
  text-align: left;
  border-radius: 30px;
  border: 2px solid #0075c2;
  margin-top: 30px;
  padding: 20px 44px;
}
.about-wrapper .box-2 .list ul li {
  position: relative;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  padding-left: 18px;
}
.about-wrapper .box-2 .list ul li:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #0075c1;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 12px;
  z-index: 10;
}
.about-wrapper .box-3 {
  margin: 54px auto;
}
.about-wrapper .box-3.on .pic img {
  opacity: 0;
  visibility: hidden;
}
.about-wrapper .box-3.on .info {
  opacity: 0;
  visibility: hidden;
}
.about-wrapper .box-3.on .video {
  opacity: 1;
  visibility: visible;
}
.about-wrapper .box-3 .pic,
.about-wrapper .box-3 .video {
  height: 100%;
}
.about-wrapper .box-3 .pic {
  position: relative;
  overflow: hidden;
  font-size: 0;
  border-top-left-radius: 86px;
}
.about-wrapper .box-3 .pic > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-wrapper .box-3 .info {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
  width: 100%;
  padding: 0 40px;
  cursor: pointer;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  opacity: 1;
  visibility: visible;
  text-align: center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.about-wrapper .box-3 .info .icon {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border-radius: 50%;
  background: #0075c2 url(../images/play.png) no-repeat center center;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.about-wrapper .box-3 .info .icon:hover {
  background: #0e4e9e url(../images/play.png) no-repeat center center;
}
.about-wrapper .box-3 .info .icon:hover:before,
.about-wrapper .box-3 .info .icon:hover:after {
  background: #0e4e9e;
}
.about-wrapper .box-3 .info .icon:before,
.about-wrapper .box-3 .info .icon:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: rgba(0, 117, 194, 0.3);
  animation: iconAnimate 2.4s ease-in infinite;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.about-wrapper .box-3 .info .icon:after {
  animation-delay: 0.8s;
}
.about-wrapper .box-3 .info .name {
  font-size: 36px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 30px;
  letter-spacing: 8px;
  margin-top: 48px;
}
.about-wrapper .box-3 .video {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  background: #000000;
}
.about-wrapper .box-3 .video video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about-wrapper .box-5 {
  margin-top: 48px;
}
.about-wrapper .box-5 ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  justify-content: center;
}
.about-wrapper .box-5 li {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  justify-content: center;
  width: 23.33%;
  margin-right: 2.223%;
  background: #fff;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  height: 160px;
  padding: 50px 30px 0 15px;
}
.about-wrapper .box-5 li:last-child {
  margin-right: 0;
}
.about-wrapper .box-5 li:first-child .num {
  width: 140px;
}
.about-wrapper .box-5 .num {
  font-family: "db";
  margin-right: 26px;
  width: 130px;
  text-align: right;
}
.about-wrapper .box-5 .num span,
.about-wrapper .box-5 .num i,
.about-wrapper .box-5 .num em {
  display: inline-block;
  color: #0e4e9e;
}
.about-wrapper .box-5 .num i,
.about-wrapper .box-5 .num em {
  font-style: normal;
}
.about-wrapper .box-5 .num span {
  font-size: 48px;
  margin-right: 8px;
}
.about-wrapper .box-5 .num i {
  font-size: 20px;
  vertical-align: top;
}
.about-wrapper .box-5 .num em {
  font-size: 24px;
  vertical-align: top;
}
.about-wrapper .box-5 .name {
  flex: 1;
  font-size: 14px;
  color: #8d8d8d;
  line-height: 24px;
  height: 72px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.about-wrapper .box-6 {
  margin-top: 70px;
  font-size: 0;
  background: url(../images/about4.jpg) no-repeat;
  background-size: cover;
  padding: 78px 64px 120px;
}
.about-wrapper .box-6 .content {
  width: 680px;
}
.about-wrapper .box-7 {
  margin-top: 100px;
}
.about-wrapper .box-7 ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.about-wrapper .box-7 ul li {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  width: 33.33%;
  background: #fff;
}
.about-wrapper .box-7 ul li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.about-wrapper .box-7 ul li:nth-child(even) .info {
  order: 0;
  background: #0075c1;
}
.about-wrapper .box-7 ul li:nth-child(even) .pic {
  order: 1;
}
.about-wrapper .box-7 ul li:nth-child(even) .name,
.about-wrapper .box-7 ul li:nth-child(even) .desc {
  color: #fff;
}
.about-wrapper .box-7 ul li .pic img,
.about-wrapper .box-7 ul li .info {
  height: 310px;
}
.about-wrapper .box-7 ul li .pic {
  font-size: 0;
  overflow: hidden;
}
.about-wrapper .box-7 ul li .pic img {
  display: block;
  width: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.about-wrapper .box-7 ul li .info {
  padding: 40px 50px;
}
.about-wrapper .box-7 ul li .name {
  font-weight: 700;
  font-size: 30px;
  color: #333;
  line-height: 30px;
  margin-bottom: 16px;
}
.about-wrapper .box-7 ul li .desc {
  font-size: 16px;
  color: #333;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}
.goods-wrapper .relative-btn-box {
  border-top: none;
  padding-top: 0;
  margin-bottom: 60px;
}
.goods-wrapper .relative-btn-box a {
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 170px;
  max-width: 260px;
  margin-bottom: 15px;
}
.goods-wrapper .relative-btn-box a.on,
.goods-wrapper .relative-btn-box a:hover {
  background: #0075c2;
  color: #fff;
}
.goods-wrapper .box-1 {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.goods-wrapper .box-1 .info {
  position: relative;
  width: 33.33%;
}
.goods-wrapper .box-1 .info:before {
  content: "";
  display: block;
  width: 1px;
  height: 140px;
  background: #0075c2;
  position: absolute;
  left: 0;
  bottom: 96px;
  z-index: 10;
}
.goods-wrapper .box-1 .desc {
  font-size: 16px;
  color: #333;
  line-height: 30px;
}
.goods-wrapper .box-1 .pic {
  width: 58.33%;
  font-size: 0;
  overflow: hidden;
}
.goods-wrapper .box-1 .pic img {
  width: 100%;
  display: block;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.goods-wrapper .box-1 .pic img:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.goods-wrapper .box-2 {
  margin-top: 64px;
}
.goods-wrapper .box-2 ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.goods-wrapper .box-2 ul li {
  width: 31.11%;
  margin-right: 3.335%;
  margin-bottom: 84px;
  background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(#00a0e9, #00a0e9);
  background-image: -webkit-linear-gradient(#ffffff, #ffffff), linear-gradient(#00a0e9, #00a0e9);
  background-image: -moz-linear-gradient(#ffffff, #ffffff), linear-gradient(#00a0e9, #00a0e9);
  background-image: -ms-linear-gradient(#ffffff, #ffffff), linear-gradient(#00a0e9, #00a0e9);
  background-image: -o-linear-gradient(#ffffff, #ffffff), linear-gradient(#00a0e9, #00a0e9);
  background-blend-mode: normal, normal;
  box-shadow: 3px 4px 22px 0px rgba(84, 84, 84, 0.07);
}
.goods-wrapper .box-2 ul li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.goods-wrapper .box-2 ul li:hover .name {
  color: #0075c2;
}
.goods-wrapper .box-2 ul li:nth-child(3n) {
  margin-right: 0;
}
.goods-wrapper .box-2 ul li a {
  display: block;
  padding: 24px;
  padding-bottom: 32px;
}
.goods-wrapper .box-2 ul li .pic {
  font-size: 0;
  overflow: hidden;
}
.goods-wrapper .box-2 ul li .pic img {
  width: 100%;
  height: 300px;
  object-fit: contain;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.goods-wrapper .box-2 ul li .name {
  font-size: 18px;
  color: #333;
  line-height: 30px;
  text-align: center;
  margin-top: 30px;
}
.goods-wrapper .box-2 ul li .index-more {
  position: relative;
  top: 58px;
  margin: 0 auto;
}
.goodsinfo-wrapper .relative-btn-box a.on {
  background: #0075c2;
  color: #fff;
}
.goodsinfo-wrapper .w1440 > .relative-btn-box {
  border-top: none;
  padding-top: 0;
  margin-bottom: 60px;
  font-size: 0;
  width: 71.8%;
  text-align: left;
}
.goodsinfo-wrapper .w1440 > .relative-btn-box > a {
  padding: 0 10px 0 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 24.9%;
  color: #fff;
  background: #0994dc;
  font-family: db,arial;
  margin-right: 0.133%;
  margin-bottom: 0.133%;
  border-radius: 0;
  font-size: 20px;
  text-align: left;
}
.goodsinfo-wrapper .w1440 > .relative-btn-box > a:nth-child(4n) {
  margin-right: 0;
}
.goodsinfo-wrapper .w1440 > .relative-btn-box > a:first-child {
  border-top-left-radius: 50px;
}
.goodsinfo-wrapper .w1440 > .relative-btn-box > a:last-child {
  border-bottom-right-radius: 50px;
}
.goodsinfo-wrapper .w1440 > .relative-btn-box > a.on,
.goodsinfo-wrapper .w1440 > .relative-btn-box > a:hover {
  background: #0e4e9e;
}
.goodsinfo-wrapper .main {
  float: left;
  width: 71.8%;
}
.goodsinfo-wrapper .main.max {
  width: 100%;
}
.goodsinfo-wrapper .others {
  width: 25%;
  float: right;
}
.goodsinfo-wrapper .pics {
  position: relative;
  width: 49.3%;
}
.goodsinfo-wrapper .pics img {
  display: block;
  width: 100%;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
  object-fit: contain;
}
.goodsinfo-wrapper .pics .bigImg {
  width: 77.06%;
  float: left;
  cursor: pointer;
}
.goodsinfo-wrapper .pics .bigImg img {
  height: 400px;
}
.goodsinfo-wrapper .pics .bigImg img:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.goodsinfo-wrapper .pics .thumbs {
  position: relative;
  width: 20.22%;
  float: right;
  padding: 34px 0;
}
.goodsinfo-wrapper .pics .thumbs .swiper-slide {
  cursor: pointer;
  background: #fff;
  border: solid 1px #008cd6;
  overflow: hidden;
}
.goodsinfo-wrapper .pics .thumbs img {
  height: 103px;
  padding: 1px;
}
.goodsinfo-wrapper .pics .thumbs .swiper-btn {
  display: inline-block;
  width: 100%;
  height: 25px;
  background-color: #0e4e9e;
  border: 1px solid #0e4e9e;
  position: absolute;
  left: 0;
  z-index: 10;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.goodsinfo-wrapper .pics .thumbs .swiper-btn.swiper-button-disabled {
  border-color: #008cd6;
  background-color: #fff;
}
.goodsinfo-wrapper .pics .thumbs .prev {
  top: 0;
  background-image: url(../images/up2.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.goodsinfo-wrapper .pics .thumbs .prev.swiper-button-disabled {
  background-image: url(../images/up.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.goodsinfo-wrapper .pics .thumbs .next {
  bottom: 0;
  background-image: url(../images/down2.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.goodsinfo-wrapper .pics .thumbs .next.swiper-button-disabled {
  background-image: url(../images/down.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.goodsinfo-wrapper .thumbs-swiper .swiper-wrapper {
  height: 336px;
}
.goodsinfo-wrapper .box-1 {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.goodsinfo-wrapper .box-1 .info {
  width: 46.25%;
}
.goodsinfo-wrapper .box-1 .info .desc {
  font-size: 16px;
  color: #333;
  line-height: 30px;
}
.goodsinfo-wrapper .box-1 .info .page-caption {
  padding-right: 66px;
}
.goodsinfo-wrapper .box-2 {
  margin-top: 92px;
}
.goodsinfo-wrapper .box-2 ul {
  background: #fff;
  box-shadow: 2px 2px 30px 0px rgba(0, 0, 0, 0.08);
}
.goodsinfo-wrapper .box-2 ul li:nth-child(even) .caption {
  background: #f4f4f4;
}
.goodsinfo-wrapper .box-2 ul li.on .caption:after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.goodsinfo-wrapper .box-2 ul li.on .caption .icon {
  background: #fff;
}
.goodsinfo-wrapper .box-2 ul li:hover .caption,
.goodsinfo-wrapper .box-2 ul li.on .caption {
  background: #0075c2;
}
.goodsinfo-wrapper .box-2 ul li:hover .caption .inner,
.goodsinfo-wrapper .box-2 ul li.on .caption .inner {
  color: #fff;
}
.goodsinfo-wrapper .box-2 ul li:hover .caption:before,
.goodsinfo-wrapper .box-2 ul li.on .caption:before,
.goodsinfo-wrapper .box-2 ul li:hover .caption:after,
.goodsinfo-wrapper .box-2 ul li.on .caption:after {
  background: #fff;
}
.goodsinfo-wrapper .box-2 ul li:hover .caption .icon,
.goodsinfo-wrapper .box-2 ul li.on .caption .icon {
  background: #fff;
}
.goodsinfo-wrapper .box-2 ul li .caption {
  position: relative;
  cursor: pointer;
  padding: 0 70px 0 60px;
  height: 70px;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.goodsinfo-wrapper .box-2 ul li .caption .inner {
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  color: #333;
  line-height: 30px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.goodsinfo-wrapper .box-2 ul li .caption:before,
.goodsinfo-wrapper .box-2 ul li .caption:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  z-index: 10;
  background: #0075c2;
}
.goodsinfo-wrapper .box-2 ul li .caption:before {
  width: 23px;
  height: 3px;
  right: 33px;
  margin-top: -1.5px;
}
.goodsinfo-wrapper .box-2 ul li .caption:after {
  width: 3px;
  height: 23px;
  right: 43px;
  margin-top: -11.5px;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.goodsinfo-wrapper .box-2 ul li .icon {
  width: 7px;
  height: 7px;
  background: #0075c2;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: 34px;
  top: 32px;
  z-index: 10;
}
.goodsinfo-wrapper .box-2 ul li .detail {
  display: none;
  padding: 25px 32px 32px;
}
.goodsinfo-wrapper .box-2 ul li table {
  width: 100%;
  border-collapse: collapse;
}
.goodsinfo-wrapper .box-2 ul li table tr:first-child {
  background: #d7d7d7;
}
.goodsinfo-wrapper .box-2 ul li table tr:first-child td {
  border-right-color: #fff;
}
.goodsinfo-wrapper .box-2 ul li table tr:first-child td:last-child {
  border-right-color: #dcdcdc;
}
.goodsinfo-wrapper .box-2 ul li table td {
  padding: 10px;
  font-size: 16px;
  color: #333;
  line-height: 24px;
  border: solid 1px #dcdcdc;
}
.goodsinfo-wrapper .box-2 ul li table td:nth-child(1) {
  width: 12%;
}
.goodsinfo-wrapper .box-2 ul li table td:nth-child(2) {
  width: 17.4%;
}
.goodsinfo-wrapper .box-2 ul li table td:nth-child(3) {
  width: 16.77%;
}
.goodsinfo-wrapper .box-2 ul li table td:nth-child(4) {
  width: 25.36%;
}
.goodsinfo-wrapper .box-2 ul li table td:nth-child(5) {
  width: 28.47%;
}
.goodsinfo-wrapper .box-3 {
  margin-top: 76px;
}
.goodsinfo-wrapper .box-3 ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.goodsinfo-wrapper .box-3 li {
  width: 36%;
  padding-right: 50px;
  margin-bottom: 48px;
}
.goodsinfo-wrapper .box-3 li:hover .icon {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
.goodsinfo-wrapper .box-3 li:nth-child(3n) {
  width: 28%;
  padding-right: 0;
}
.goodsinfo-wrapper .box-3 .icon {
  width: 82px;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.goodsinfo-wrapper .box-3 .icon img {
  width: 100%;
  height: 70px;
  object-fit: contain;
  display: block;
}
.goodsinfo-wrapper .box-3 .info {
  margin-top: 18px;
}
.goodsinfo-wrapper .box-3 .name {
  font-size: 24px;
  color: #333;
  line-height: 30px;
  font-weight: 700;
}
.goodsinfo-wrapper .box-3 .name:after {
  content: "";
  display: block;
  width: 23px;
  height: 2px;
  background: #0075c2;
  margin-top: 12px;
}
.goodsinfo-wrapper .box-3 .desc {
  font-size: 16px;
  color: #333;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-top: 12px;
}
.goodsinfo-wrapper .box-4 {
  margin-top: 60px;
  margin-bottom: 66px;
}
.goodsinfo-wrapper .box-4 table {
  width: 100%;
  table-layout: inherit;
  border-collapse: collapse;
  border: 1px solid #e8e8e8;
}
.goodsinfo-wrapper .box-4 table td {
  width: 59.73%;
  border-right: solid 1px #e8e8e8;
  padding: 10px;
  text-align: center;
  font-size: 18px;
  color: #333;
  line-height: 24px;
  background: #f4f4f4;
  margin-bottom: 20px;
}
.goodsinfo-wrapper .box-4 table td:nth-child(odd) {
  width: 40.27%;
}
.goodsinfo-wrapper .box-4 tr:first-child td {
  background: #0075c1;
  color: #fff;
  font-size: 24px;
  font-family: db,arial;
}
.goodsinfo-wrapper .box-4 tr:nth-child(even) td {
  background: #fff;
}
.goodsinfo-wrapper .tips {
  background: #fff;
  font-size: 16px;
  color: #333;
  line-height: 26px;
  padding: 18px 24px;
  box-shadow: 2px 2px 30px 0px rgba(0, 0, 0, 0.08);
  margin: 40px auto 52px;
}
.goodsinfo-wrapper .tips .decorate {
  position: relative;
  display: inline-block;
  font-weight: 700;
  color: #0075c2;
}
.goodsinfo-wrapper .tips .decorate:hover {
  color: #0e4e9e;
}
.goodsinfo-wrapper .tips .decorate:hover:after {
  background: #0e4e9e;
}
.goodsinfo-wrapper .tips .decorate:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #0075c2;
  position: absolute;
  left: 0;
  bottom: 3px;
  z-index: 10;
}
.goodsinfo-wrapper .box-5 {
  margin-top: 90px;
}
.goodsinfo-wrapper .box-5 ul li {
  margin-bottom: 60px;
}
.goodsinfo-wrapper .box-5 .content {
  font-size: 16px;
  line-height: 30px;
  color: #333;
}
.goodsinfo-wrapper .box-5 .icon {
  position: relative;
  top: -2px;
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  background: #0075c2;
  border-radius: 50%;
  margin: 0 10px 0 20px;
}
.goodsinfo-wrapper .box-5 table {
  width: 100%;
  border-collapse: collapse;
}
.goodsinfo-wrapper .box-5 table td {
  border: solid 1px #dcdcdc;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  color: #333;
  line-height: 24px;
  background: #fff;
}
.goodsinfo-wrapper .box-5 tr:first-child td {
  background: #0075c2;
  color: #fff;
  font-size: 24px;
}
.goodsinfo-wrapper .box-5 tr:nth-child(even) td {
  background: #f4f4f4;
}
.goodsinfo-wrapper .box-6 {
  margin-bottom: 54px;
}
.goodsinfo-wrapper .box-6 .content {
  font-size: 16px;
  color: #333;
  line-height: 26px;
}
.goodsinfo-wrapper .box-6 .content ul li {
  position: relative;
  padding-left: 10px;
}
.goodsinfo-wrapper .box-6 .content ul li:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #333;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 10;
}
.goodsinfo-wrapper .box-7 .list {
  margin-bottom: 56px;
}
.goodsinfo-wrapper .box-7 .list a {
  position: relative;
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 28px;
  padding: 10px 60px 10px 50px;
  margin-bottom: 8px;
}
.goodsinfo-wrapper .box-7 .list a:hover {
  color: #0075c1;
}
.goodsinfo-wrapper .box-7 .list a img {
  position: absolute;
  left: 0;
  top: 12px;
  z-index: 10;
}
.goodsinfo-wrapper .other {
  width: 25%;
  float: right;
}
.goodsinfo-wrapper .other .name {
  font-size: 24px;
  color: #333;
  line-height: 30px;
  font-family: db,arial;
  margin-bottom: 12px;
}
.goodsinfo-wrapper .other .inner-1 {
  background: #fff;
  padding: 30px 28px;
}
.goodsinfo-wrapper .other .inner-1 .pic {
  font-size: 0;
  overflow: hidden;
}
.goodsinfo-wrapper .other .inner-1 .pic img {
  width: 100%;
  display: block;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.goodsinfo-wrapper .other .inner-1 .pic img:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.goodsinfo-wrapper .other .inner-1 .desc {
  font-size: 16px;
  color: #333;
  line-height: 26px;
  margin-bottom: 26px;
}
.goodsinfo-wrapper .other .inner-1 a {
  position: relative;
  display: block;
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  background: #0075c2;
  text-transform: uppercase;
  height: 94px;
  line-height: 94px;
}
.goodsinfo-wrapper .other .inner-1 a:hover {
  background: #0e4e9e;
}
.goodsinfo-wrapper .other .inner-1 a:hover:before {
  border-bottom-color: #0e4e9e;
}
.goodsinfo-wrapper .other .inner-1 a:before {
  content: "";
  display: inline-block;
  border: 14px solid transparent;
  border-bottom-color: #0075c2;
  position: absolute;
  left: 50%;
  top: -28px;
  z-index: 10;
  margin-left: -14px;
}
.goodsinfo-wrapper .other .inner-1 a img {
  position: relative;
  vertical-align: middle;
  top: -2px;
  margin-right: 25px;
}
.goodsinfo-wrapper .other .inner-2 {
  margin-top: 42px;
}
.goodsinfo-wrapper .other .inner-2 .name {
  margin-bottom: 24px;
}
.goodsinfo-wrapper .other .inner-2 ul li {
  margin-bottom: 35px;
}
.goodsinfo-wrapper .other .inner-2 ul li:last-child {
  margin-bottom: 0;
}
.goodsinfo-wrapper .other .inner-2 ul li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.goodsinfo-wrapper .other .inner-2 ul li:hover .title {
  color: #0075c2;
}
.goodsinfo-wrapper .other .inner-2 .pic {
  background: #fff;
  font-size: 0;
  overflow: hidden;
}
.goodsinfo-wrapper .other .inner-2 .pic img {
  width: 100%;
  display: block;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.goodsinfo-wrapper .other .inner-2 .info {
  margin-top: 32px;
}
.goodsinfo-wrapper .other .inner-2 .title,
.goodsinfo-wrapper .other .inner-2 .desc {
  font-size: 16px;
  color: #333;
  line-height: 24px;
}
.goodsinfo-wrapper .other .inner-2 .title {
  font-weight: 700;
}
.goodsinfo-wrapper .other .inner-2 .desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 10px;
}
.goodsinfo-wrapper .box-6 table,
.goodsinfo-wrapper .box-7 table {
  width: 100%;
  table-layout: inherit;
  border-collapse: collapse;
  border: 1px solid #e8e8e8;
}
.goodsinfo-wrapper .box-6 table td,
.goodsinfo-wrapper .box-7 table td {
  width: 59.73%;
  border-right: solid 1px #e8e8e8;
  padding: 10px;
  text-align: center;
  font-size: 18px;
  color: #333;
  line-height: 24px;
  background: #f4f4f4;
  margin-bottom: 20px;
}
.goodsinfo-wrapper .box-6 table td:nth-child(odd),
.goodsinfo-wrapper .box-7 table td:nth-child(odd) {
  width: 40.27%;
}
.goodsinfo-wrapper .box-6 tr:first-child td,
.goodsinfo-wrapper .box-7 tr:first-child td {
  background: #0075c1;
  color: #fff;
  font-size: 24px;
  font-family: db,arial;
}
.goodsinfo-wrapper .box-6 tr:nth-child(even) td,
.goodsinfo-wrapper .box-7 tr:nth-child(even) td {
  background: #fff;
}
.relative-btn-box {
  position: relative;
  padding-top: 36px;
  border-top: 1px solid #cfcfcf;
}
.relative-btn-box a,
.relative-btn-box i {
  display: inline-block;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.relative-btn-box > a {
  width: 170px;
  height: 54px;
  line-height: 54px;
  background: #d7d7d7;
  border-radius: 20px 0px 20px 0px;
  vertical-align: top;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.relative-btn-box > a:last-child {
  margin-right: 0;
}
.relative-btn-box .btn i {
  width: 7px;
  height: 15px;
  vertical-align: middle;
}
.relative-btn-box .prev:hover {
  background: #0075c2;
  color: #fff;
}
.relative-btn-box .prev:hover i {
  background: url(../images/prev2.png) no-repeat;
  background-size: contain;
}
.relative-btn-box .prev i {
  margin-right: 30px;
  background: url(../images/prev.png) no-repeat;
  background-size: contain;
}
.relative-btn-box .next:hover {
  background: #0075c2;
  color: #fff;
}
.relative-btn-box .next:hover i {
  background: url(../images/next2.png) no-repeat;
  background-size: contain;
}
.relative-btn-box .next i {
  margin-left: 30px;
  background: url(../images/next.png) no-repeat;
  background-size: contain;
}
.relative-btn-box .return:hover {
  background: #0075c2;
  color: #fff;
}
.relative-btn-box .return:hover i {
  background: url(../images/return2.png) no-repeat;
  background-size: contain;
}
.relative-btn-box .return i {
  position: relative;
  top: 2px;
  width: 28px;
  height: 18px;
  margin-left: 14px;
  background: url(../images/return.png) no-repeat;
  background-size: contain;
}
.relative-btn-box .share {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  font-size: 0;
}
.relative-btn-box .share a {
  vertical-align: top;
  margin-right: 12px;
}
.relative-btn-box .share a:last-child {
  margin-right: 0;
}
.relative-btn-box .share a:hover img.on {
  display: inline-block;
}
.relative-btn-box .share a:hover img.original {
  display: none;
}
.relative-btn-box .share span {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #333;
  line-height: 28px;
  margin-right: 12px;
}
.relative-btn-box .share img {
  width: 28px;
}
.relative-btn-box .share img.on {
  display: none;
}
.solution-wrapper .list ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.solution-wrapper .list li {
  width: 31.25%;
  margin-right: 3.125%;
  margin-bottom: 54px;
}
.solution-wrapper .list li:nth-child(3n) {
  margin-right: 0;
}
.solution-wrapper .list li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.solution-wrapper .list li:hover .name {
  color: #0075c2;
}
.solution-wrapper .list a {
  display: block;
}
.solution-wrapper .list .pic {
  font-size: 0;
  overflow: hidden;
}
.solution-wrapper .list .pic img {
  display: block;
  width: 100%;
  height: 236px;
  object-fit: cover;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.solution-wrapper .list .info {
  line-height: 26px;
  margin-top: 26px;
}
.solution-wrapper .list .name {
  font-size: 24px;
  color: #333;
  font-family: "db";
}
.solution-wrapper .list .desc {
  font-size: 16px;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 52px;
  margin: 15px auto 12px;
}
.solution-wrapper .list .more {
  font-size: 14px;
  color: #0075c1;
}
.solution-wrapper .list .more i {
  vertical-align: middle;
  position: relative;
  top: -2px;
  font-size: 18px;
  font-style: normal;
  font-family: "gb";
  margin-left: 10px;
}
.solutioninfo-wrapper .main {
  float: left;
  width: 71.8%;
}
.solutioninfo-wrapper .other {
  width: 25%;
  float: right;
}
.solutioninfo-wrapper .other .name {
  font-size: 24px;
  color: #333;
  line-height: 30px;
  font-family: db,arial;
  margin-bottom: 12px;
}
.solutioninfo-wrapper .other .inner-1 {
  background: #fff;
  padding: 30px 28px;
}
.solutioninfo-wrapper .other .inner-1 .pic {
  font-size: 0;
  overflow: hidden;
}
.solutioninfo-wrapper .other .inner-1 .pic img {
  width: 100%;
  display: block;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.solutioninfo-wrapper .other .inner-1 .pic img:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.solutioninfo-wrapper .other .inner-1 .desc {
  font-size: 16px;
  color: #333;
  line-height: 26px;
  margin-bottom: 26px;
}
.solutioninfo-wrapper .other .inner-1 a {
  position: relative;
  display: block;
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  background: #0075c2;
  text-transform: uppercase;
  height: 94px;
  line-height: 94px;
}
.solutioninfo-wrapper .other .inner-1 a:hover {
  background: #0e4e9e;
}
.solutioninfo-wrapper .other .inner-1 a:hover:before {
  border-bottom-color: #0e4e9e;
}
.solutioninfo-wrapper .other .inner-1 a:before {
  content: "";
  display: inline-block;
  border: 14px solid transparent;
  border-bottom-color: #0075c2;
  position: absolute;
  left: 50%;
  top: -28px;
  z-index: 10;
  margin-left: -14px;
}
.solutioninfo-wrapper .other .inner-1 a img {
  position: relative;
  vertical-align: middle;
  top: -2px;
  margin-right: 25px;
}
.solutioninfo-wrapper .other .inner-2 {
  margin-top: 42px;
}
.solutioninfo-wrapper .other .inner-2 .name {
  margin-bottom: 24px;
}
.solutioninfo-wrapper .other .inner-2 ul li {
  text-align: center;
  margin-bottom: 42px;
  padding: 30px 30px 15px;
  background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(#00a0e9, #00a0e9);
  background-blend-mode: normal, normal;
  box-shadow: 3px 4px 22px 0px rgba(84, 84, 84, 0.07);
}
.solutioninfo-wrapper .other .inner-2 ul li:last-child {
  margin-bottom: 0;
}
.solutioninfo-wrapper .other .inner-2 ul li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.solutioninfo-wrapper .other .inner-2 ul li:hover .title {
  color: #0075c2;
}
.solutioninfo-wrapper .other .inner-2 .pic {
  font-size: 0;
  overflow: hidden;
}
.solutioninfo-wrapper .other .inner-2 .pic img {
  width: 100%;
  display: block;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.solutioninfo-wrapper .other .inner-2 .title {
  font-weight: 700;
  font-size: 18px;
  color: #333;
  line-height: 26px;
  height: 52px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 35px;
}
.solutioninfo-wrapper .box-1 .content {
  font-size: 16px;
  color: #333;
  line-height: 30px;
}
.solutioninfo-wrapper .box-2 {
  margin-top: 48px;
}
.solutioninfo-wrapper .box-2 ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.solutioninfo-wrapper .box-2 ul li {
  cursor: pointer;
  width: 24%;
  margin-right: 1.33%;
  margin-bottom: 1.33%;
  background: #fff;
  text-align: center;
  padding: 25px 20px 20px;
}
.solutioninfo-wrapper .box-2 ul li:nth-child(4n) {
  margin-right: 0;
}
.solutioninfo-wrapper .box-2 ul li:hover .icon {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
.solutioninfo-wrapper .box-2 ul li .icon {
  display: block;
  margin: 0 auto;
  width: 70px;
  height: 70px;
  object-fit: contain;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.solutioninfo-wrapper .box-2 ul li .name {
  font-size: 18px;
  color: #333;
  font-weight: 700;
  height: 48px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 20px;
}
.solutioninfo-wrapper .box-3 {
  margin-top: 72px;
}
.solutioninfo-wrapper .box-3 .intro {
  font-size: 16px;
  color: #333;
  line-height: 26px;
  margin-bottom: 30px;
}
.solutioninfo-wrapper .box-3 ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.solutioninfo-wrapper .box-3 ul li {
  cursor: pointer;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  width: 48.4%;
  margin-bottom: 3.2%;
  background: #fff;
  padding: 20px 30px 20px 20px;
  border: solid 2px transparent;
}
.solutioninfo-wrapper .box-3 ul li:hover {
  background: #0075c2;
  border-color: #008cd6;
}
.solutioninfo-wrapper .box-3 ul li:hover .name,
.solutioninfo-wrapper .box-3 ul li:hover .desc {
  color: #fff;
}
.solutioninfo-wrapper .box-3 ul li:hover .pic img {
  transform: translateX(-10px);
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
}
.solutioninfo-wrapper .box-3 ul li .pic {
  font-size: 0;
  overflow: hidden;
}
.solutioninfo-wrapper .box-3 ul li .pic img {
  width: 100%;
  height: 168px;
  object-fit: contain;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.solutioninfo-wrapper .box-3 ul li .name {
  font-size: 20px;
  line-height: 24px;
  color: #333;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.solutioninfo-wrapper .box-3 ul li .desc {
  font-size: 16px;
  color: #333;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin-top: 6px;
}
.solutioninfo-wrapper .box-3 ul li .info {
  flex: 1;
  overflow: hidden;
  padding-left: 22px;
}
.solutioninfo-wrapper .box-4 {
  margin-top: 35px;
}
.solutioninfo-wrapper .box-4 ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.solutioninfo-wrapper .box-4 ul li {
  width: 31.95%;
  margin-right: 2.075%;
  margin-bottom: 2.075%;
}
.solutioninfo-wrapper .box-4 ul li:nth-child(3n) {
  margin-right: 0;
}
.solutioninfo-wrapper .box-4 ul li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.solutioninfo-wrapper .box-4 ul li:hover .name {
  color: #fff;
  background: #0075c2;
}
.solutioninfo-wrapper .box-4 ul li .pic {
  font-size: 0;
  overflow: hidden;
}
.solutioninfo-wrapper .box-4 ul li .pic img {
  width: 100%;
  height: 216px;
  object-fit: cover;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.solutioninfo-wrapper .box-4 ul li .name {
  text-align: center;
  font-size: 16px;
  color: #333;
  height: 48px;
  line-height: 48px;
  padding: 0 10px;
  background: #fff;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.solutioninfo-wrapper .box-5 {
  margin-top: 40px;
}
.solutioninfo-wrapper .box-5 .content {
  margin-top: 20px;
}
.contact-wrapper .form-box {
  width: 66.32%;
  float: left;
  background: #ffffff;
  border-radius: 5px;
  border: solid 2px #0075c2;
  padding-bottom: 75px;
  /* input placeholder  */
}
.contact-wrapper .form-box .caption {
  font-size: 30px;
  color: #fff;
  height: 66px;
  line-height: 66px;
  text-align: center;
  font-weight: 700;
  background: #0075c2;
}
.contact-wrapper .form-box ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #666666;
  font-size: 14px;
}
.contact-wrapper .form-box :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #666666;
  font-size: 14px;
}
.contact-wrapper .form-box ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666666;
  font-size: 14px;
}
.contact-wrapper .form-box :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #666666;
  font-size: 14px;
}
.contact-wrapper .form-box .text,
.contact-wrapper .form-box .msg {
  font-size: 14px;
  color: #666;
  background: #f4f4f4;
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 26px;
}
.contact-wrapper .form-box .text {
  line-height: 50px;
}
.contact-wrapper .form-box .text,
.contact-wrapper .form-box .group {
  width: 46.26%;
}
.contact-wrapper .form-box .group {
  position: relative;
  width: 46.33%;
  margin-bottom: 26px;
  z-index: 1;
}
.contact-wrapper .form-box .group.level {
  z-index: 10;
}
.contact-wrapper .form-box .group:after {
  position: absolute;
  right: 22px;
  top: 0;
  z-index: 10;
  content: "";
  display: block;
  width: 15px;
  height: 100%;
  background: url(../images/icon-down.png) no-repeat center center;
  background-size: contain;
}
.contact-wrapper .form-box .group.on {
  border-radius: 0;
}
.contact-wrapper .form-box .group.on:after {
  transform: rotateX(180deg);
}
.contact-wrapper .form-box .group .text {
  width: 100%;
  margin-bottom: 0;
}
.contact-wrapper .form-box .group .list {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 10;
  width: 100%;
  background: #fff;
  padding: 0 15px;
  max-height: 205px;
  overflow-y: auto;
  border: 1px solid #f7f8f9;
}
.contact-wrapper .form-box .group .list::-webkit-scrollbar {
  width: 3px;
}
.contact-wrapper .form-box .group .list::-webkit-scrollbar-track {
  background-color: #f6f6f6;
  border-radius: 5px;
}
.contact-wrapper .form-box .group .list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #0075c2;
}
.contact-wrapper .form-box .group .list a {
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 48px;
  padding: 0 40px 0 15px;
  border-bottom: 1px solid #f7f8f9;
}
.contact-wrapper .form-box .group .list a:last-child {
  border: none;
}
.contact-wrapper .form-box .group .list a.on,
.contact-wrapper .form-box .group .list a:hover {
  color: #0075c2;
}
.contact-wrapper .form-box .group .list a.on {
  font-weight: 700;
}
.contact-wrapper .form-box .msg {
  height: 160px;
  resize: none;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
}
.contact-wrapper .form-box .submit {
  display: block;
  width: 46.26%;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  background: #0075c2;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin: 0 auto;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.contact-wrapper .form-box .submit:hover {
  background: #0e4e9e;
}
.contact-wrapper .form {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-flow: wrap;
  padding: 50px 60px 0;
}
.contact-wrapper .contact {
  width: 29.16%;
  float: right;
  background: #fff;
  padding: 54px 60px;
  border-radius: 20px 0px 20px 0px;
}
.contact-wrapper .contact .title {
  font-size: 30px;
  color: #333;
  font-weight: 700;
  font-family: db,arial;
  line-height: 26px;
  margin-bottom: 25px;
}
.contact-wrapper .contact ul {
  margin-bottom: 44px;
  border-bottom: 1px solid #d2d2d2;
}
.contact-wrapper .contact ul li {
  position: relative;
  padding-left: 60px;
  margin-bottom: 42px;
}
.contact-wrapper .contact ul li p,
.contact-wrapper .contact ul li .word {
  font-size: 16px;
  color: #333;
  line-height: 24px;
}
.contact-wrapper .contact ul li .word {
  font-weight: 700;
}
.contact-wrapper .contact ul li .icon {
  width: 45px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.contact-wrapper .contact .share {
  font-size: 0;
  margin-bottom: 46px;
  padding-bottom: 50px;
  border-bottom: 1px solid #d2d2d2;
}
.contact-wrapper .contact .share a {
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
}
.contact-wrapper .contact .share a:last-child {
  margin-right: 0;
}
.contact-wrapper .contact .share a:hover img.on {
  display: inline-block;
}
.contact-wrapper .contact .share a:hover img.original {
  display: none;
}
.contact-wrapper .contact .share img {
  width: 28px;
}
.contact-wrapper .contact .share img.on {
  display: none;
}
.contact-wrapper .contact .desc {
  position: relative;
  font-size: 14px;
  color: #333;
  line-height: 24px;
  padding-left: 20px;
}
.contact-wrapper .contact .desc img {
  width: 12px;
  position: absolute;
  left: 0;
  top: 2px;
  z-index: 10;
}
.contact-wrapper .box-2 {
  position: relative;
  margin-top: 60px;
  font-size: 0;
  width: 100%;
  height: 475px;
  overflow: hidden;
}
.contact-wrapper .box-2 .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.video-wrapper .list ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.video-wrapper .list ul li {
  width: 31.94%;
  margin-right: 2.09%;
  margin-bottom: 40px;
  font-size: 0;
}
.video-wrapper .list ul li:nth-child(3n) {
  margin-right: 0;
}
.video-wrapper .list ul li:hover {
  box-shadow: 0 2px 40px rgba(0, 0, 0, 0.1);
}
.video-wrapper .list ul li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.video-wrapper .list ul li:hover .name {
  color: #0075c2;
  font-weight: 700;
}
.video-wrapper .list ul li .pic img,
.video-wrapper .list ul li iframe {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
}
.video-wrapper .list ul li .pic {
  position: relative;
  font-size: 0;
  overflow: hidden;
}
.video-wrapper .list ul li .pic img {
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.video-wrapper .list ul li .pic .info {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.video-wrapper .list ul li .pic .info .inner {
  width: 100%;
  text-align: center;
}
.video-wrapper .list ul li .pic .icon {
  width: 52px;
  height: 52px;
  background: url(../images/play2.png) no-repeat;
  background-size: contain;
  margin: 0 auto;
  border-radius: 50%;
  box-shadow: 4px 21px 40px 0px rgba(0, 140, 214, 0.38);
}
.video-wrapper .list ul li .pic p {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  line-height: 30px;
  font-family: 微软雅黑;
  margin-top: 8px;
}
.video-wrapper .list ul li .name {
  font-size: 16px;
  color: #333;
  line-height: 52px;
  text-align: center;
  background: #fff;
  padding: 0 10px;
}
.video-modal-box {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 40;
}
.video-modal-box .box {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.video-modal-box .w1200 {
  background: #fff;
  padding: 40px 60px 60px;
}
.video-modal-box .top {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f7f8f9;
}
.video-modal-box .name {
  font-size: 20px;
  color: #666;
  line-height: 36px;
  letter-spacing: 1px;
}
.video-modal-box .close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  color: #999;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  width: 24px;
  height: 24px;
  background: url(../images/close2.png) no-repeat;
  background-size: contain;
}
.video-modal-box .close:hover {
  color: #0e4e9e;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
.video-modal-box .video-box {
  height: 60vh;
  font-size: 0;
  overflow: hidden;
  background: #000;
}
.video-modal-box .video-box video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mask {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 30;
}
.response-wrapper .info,
.response-wrapper .desc {
  font-family: Arial;
  font-size: 16px;
  color: #333;
  line-height: 30px;
}
.response-wrapper .page-caption {
  margin-top: 65px;
}
.response-wrapper .page-caption:first-child {
  margin-top: 0;
}
.response-wrapper .pic {
  font-size: 0;
  overflow: hidden;
}
.response-wrapper .pic img {
  display: block;
  width: 100%;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.response-wrapper .pic img:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.response-wrapper .box-1 .pic {
  float: left;
  width: 41.67%;
}
.response-wrapper .box-1 .info {
  float: right;
  width: 56.53%;
  text-align: justify;
}
.response-wrapper .box-1 .info img {
  display: block;
  width: 100%;
}
.response-wrapper .box-2 ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.response-wrapper .box-2 ul li {
  width: 48.26%;
}
.response-wrapper .box-2 ul li:nth-child(odd) {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.response-wrapper .box-2 ul li:nth-child(odd) .pic {
  order: 1;
}
.response-wrapper .box-2 ul li:nth-child(odd) .info {
  order: 0;
}
.response-wrapper .box-2 ul li .info {
  padding-top: 66px;
}
.response-wrapper .box-2 ul li .desc {
  height: 300px;
  overflow-y: auto;
  padding-right: 10px;
}
.response-wrapper .box-2 ul li .desc::-webkit-scrollbar {
  width: 5px;
}
.response-wrapper .box-2 ul li .desc::-webkit-scrollbar-track {
  background-color: #f6f6f6;
}
.response-wrapper .box-2 ul li .desc::-webkit-scrollbar-thumb {
  background-color: #0075c2;
}
.response-wrapper .box-3 ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.response-wrapper .box-3 ul li {
  width: 48.05%;
}
.response-wrapper .box-3 ul li .pic img {
  height: 460px;
  object-fit: cover;
}
.response-wrapper .box-3 ul li .info {
  margin-top: 30px;
}
.response-wrapper .box-4 {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  background: #fff;
}
.response-wrapper .box-4 .pic,
.response-wrapper .box-4 .info {
  width: 50%;
}
.response-wrapper .box-4 .info {
  padding: 66px 50px 30px;
  background: url(../images/response11.png) no-repeat bottom 24px center;
}
.response-wrapper .box-5 .pic {
  width: 37.08%;
  float: right;
}
.response-wrapper .box-5 .info {
  float: left;
  width: 58.33%;
}
.response-wrapper .box-6 {
  margin-top: 70px;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.response-wrapper .box-6 .name {
  font-size: 48px;
  color: #333;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 58px;
}
.response-wrapper .box-6 .info {
  width: 30%;
}
.response-wrapper .box-6 .pic {
  width: 58.33%;
}
.page-cat-box {
  text-align: center;
  margin-bottom: 60px;
}
.page-cat-box a {
  display: inline-block;
  vertical-align: top;
  margin-right: 66px;
  transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
}
.page-cat-box a:last-child {
  margin-right: 0;
}
.page-cat-box a:hover .icon {
  background: #0075c1;
}
.page-cat-box a:hover .name {
  color: #0075c1;
}
.page-cat-box a:hover .name:after {
  background: url(../images/icon-right2.png) no-repeat;
  background-size: contain;
  transform: translateX(4px);
  -webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -ms-transform: translateX(4px);
  -o-transform: translateX(4px);
}
.page-cat-box .icon {
  width: 114px;
  height: 114px;
  background: #3c2944;
  border-radius: 50%;
  text-align: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  margin: 0 auto;
}
.page-cat-box .icon img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin: 27px auto 0;
}
.page-cat-box .name {
  position: relative;
  font-size: 14px;
  color: #333;
  font-weight: 700;
  line-height: 24px;
  margin-top: 20px;
}
.page-cat-box .name:after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 9px;
  margin-left: 16px;
  background: url(../images/icon-right.png) no-repeat right center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.news-wrapper .w1440 {
  position: relative;
}
.news-wrapper .first-box {
  background: #fff;
}
.news-wrapper .first-box a {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.news-wrapper .first-box .info,
.news-wrapper .first-box .pic {
  width: 50%;
}
.news-wrapper .first-box .pic {
  overflow: hidden;
  font-size: 0;
}
.news-wrapper .first-box .pic img {
  display: block;
  width: 100%;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.news-wrapper .first-box .pic img:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.news-wrapper .first-box .info {
  padding: 70px 40px 0 60px;
}
.news-wrapper .first-box .name {
  color: #333;
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
}
.news-wrapper .first-box .date {
  margin-top: 8px;
}
.news-wrapper .first-box .desc {
  font-size: 16px;
  color: #333;
  line-height: 30px;
  margin: 34px auto 38px;
}
.news-wrapper .list {
  margin-top: 86px;
}
.news-wrapper .list ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.news-wrapper .list ul li {
  width: 31.25%;
  margin-right: 3.125%;
  margin-bottom: 50px;
  background: #fff;
  box-shadow: 2px 2px 30px 0px rgba(0, 0, 0, 0.08);
}
.news-wrapper .list ul li:nth-child(3n) {
  margin-right: 0;
}
.news-wrapper .list ul li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.news-wrapper .list ul li a {
  display: block;
}
.news-wrapper .list ul li .pic {
  font-size: 0;
  overflow: hidden;
}
.news-wrapper .list ul li .pic img {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.news-wrapper .list ul li .info {
  padding: 32px 46px 40px;
}
.news-wrapper .list ul li .date {
  margin-top: 16px;
}
.news-wrapper .list ul li .other {
  margin-bottom: 20px;
}
.news-wrapper .list ul li .name {
  font-size: 24px;
  color: #333;
  font-weight: 700;
  line-height: 30px;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-wrapper .first-box:hover .name,
.news-wrapper .list ul li:hover .name {
  color: #0075c2;
}
.news-wrapper .first-box:hover .date,
.news-wrapper .list ul li:hover .date,
.news-wrapper .first-box:hover .other,
.news-wrapper .list ul li:hover .other {
  color: #0075c2;
}
.news-wrapper .first-box:hover .other span:after,
.news-wrapper .list ul li:hover .other span:after {
  background: #0075c2;
}
.news-wrapper .index-more {
  background: #f4f4f4;
  color: #0075c2;
}
.news-wrapper .index-more:hover {
  background: #0075c2;
  color: #fff;
}
.news-wrapper .date,
.news-wrapper .other {
  font-size: 14px;
  color: #999;
  line-height: 20px;
}
.news-wrapper .other {
  height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-wrapper .other span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-right: 8px;
  margin-right: 8px;
}
.news-wrapper .other span:last-child {
  padding-right: 0;
  margin-right: 0;
}
.news-wrapper .other span:last-child:after {
  display: none;
}
.news-wrapper .other span:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 11px;
  background: #999;
  opacity: 0.6;
  position: absolute;
  right: 0;
  top: 5px;
  z-index: 10;
}
.news-wrapper .cat-box {
  font-size: 0;
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 10;
  max-width: 62%;
  text-align: right;
}
.news-wrapper .cat-box a {
  display: inline-block;
  font-size: 18px;
  color: #333;
  height: 46px;
  line-height: 46px;
  border-radius: 30px;
  padding: 0 30px;
  margin-right: 14px;
  background: #fff;
  border: 1px solid #0075c1;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  margin-bottom: 20px;
}
.news-wrapper .cat-box a:last-child {
  margin-right: 0;
}
.news-wrapper .cat-box a:hover,
.news-wrapper .cat-box a.on {
  color: #fff;
  background: #0075c1;
}
.newsinfo-wrapper {
  padding-top: 68px;
  border-top-left-radius: 90px;
  background: #f4f4f4;
}
.newsinfo-wrapper .news-content {
  width: 71.8%;
  float: left;
}
.newsinfo-wrapper .news-content .news-top .name {
  font-size: 48px;
  color: #333;
  line-height: 44px;
  font-weight: 700;
}
.newsinfo-wrapper .news-content .news-top .date {
  font-size: 14px;
  color: #0075c2;
  line-height: 20px;
  margin: 16px auto 20px;
}
.newsinfo-wrapper .news-content .content {
  font-size: 16px;
  color: #333;
  line-height: 30px;
  margin-bottom: 36px;
}
.newsinfo-wrapper .relative-box {
  float: right;
  width: 25%;
  padding-top: 14px;
}
.newsinfo-wrapper .relative-box .caption {
  font-weight: 700;
  color: #333;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 20px;
}
.newsinfo-wrapper .relative-box ul li {
  background: #fff;
  margin-bottom: 56px;
  box-shadow: 2px 2px 30px 0px rgba(0, 0, 0, 0.08);
}
.newsinfo-wrapper .relative-box ul li:last-child {
  margin-bottom: 0;
}
.newsinfo-wrapper .relative-box ul li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.newsinfo-wrapper .relative-box ul li:hover .name {
  color: #0075c2;
}
.newsinfo-wrapper .relative-box ul li a {
  display: block;
}
.newsinfo-wrapper .relative-box .pic {
  font-size: 0;
  overflow: hidden;
}
.newsinfo-wrapper .relative-box .pic img {
  width: 100%;
  display: block;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.newsinfo-wrapper .relative-box .info {
  line-height: 24px;
  padding: 28px 35px 32px;
}
.newsinfo-wrapper .relative-box .name {
  font-size: 18px;
  color: #333;
}
.newsinfo-wrapper .relative-box .more {
  font-size: 16px;
  color: #0075c2;
  margin-top: 15px;
}
.newsinfo-wrapper .relative-box .more i {
  font-family: db,arial;
  font-size: 18px;
  display: inline-block;
  font-style: normal;
  margin-left: 12px;
}
.career-wrapper .content {
  font-size: 16px;
  color: #333;
  line-height: 30px;
  margin-bottom: 28px;
}
.career-wrapper .box:last-child .content {
  margin-bottom: 0;
}
.quality-wrapper .left {
  width: 66.66%;
  float: left;
}
.quality-wrapper .name {
  font-size: 24px;
  color: #0075c2;
  font-family: db,arial;
  line-height: 30px;
  margin-bottom: 20px;
}
.quality-wrapper .content {
  font-size: 16px;
  color: #333;
  line-height: 30px;
}
.quality-wrapper .word {
  position: relative;
  padding-left: 50px;
  margin: 48px auto 70px;
}
.quality-wrapper .word:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 29px;
  background: url(../images/quality2.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 36px;
  top: 22px;
  z-index: 10;
}
.quality-wrapper .inner {
  font-size: 15px;
  color: #666;
  background: #fff;
  border-radius: 5px;
  line-height: 32px;
  padding: 16px 30px 12px 28px;
}
.quality-wrapper .right {
  position: relative;
  width: 24.17%;
  float: right;
  padding-bottom: 42px;
}
.quality-wrapper .right:after {
  content: "";
  display: block;
  width: 100%;
  height: 28px;
  background: url(../images/quality-shadow.png) no-repeat center bottom;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  background-size: contain;
}
.quality-wrapper .right .pic {
  width: 100%;
  font-size: 0;
  background: #fff;
  padding: 44px 45px 40px;
  overflow: hidden;
}
.quality-wrapper .right .pic img {
  width: 100%;
  display: block;
}
.download-wrapper .list ul {
  margin-bottom: 60px;
}
.download-wrapper .list ul li {
  cursor: pointer;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  height: 135px;
  background: #fff;
  box-shadow: 2px 2px 30px 0px rgba(0, 0, 0, 0.08);
  position: relative;
  padding-left: 124px;
  padding-right: 220px;
  margin-bottom: 40px;
}
.download-wrapper .list ul li:hover .name {
  color: #0075c2;
}
.download-wrapper .list ul li .info {
  margin-left: 44px;
  flex: 1;
}
.download-wrapper .list ul li .name {
  font-size: 24px;
  color: #333;
  font-weight: 700;
  line-height: 30px;
}
.download-wrapper .list ul li .icon {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 124px;
  height: 100%;
  border-right: 1px solid rgba(207, 207, 207, 0.53);
}
.download-wrapper .list ul li .icon img {
  display: block;
  width: 48px;
  height: 100%;
  object-fit: contain;
  margin: 0 auto;
}
.download-wrapper .list ul li .date {
  font-size: 14px;
  color: #999;
  line-height: 20px;
  font-family: db,arial;
}
.download-wrapper .list ul li .btn {
  width: 218px;
  height: 100%;
  line-height: 135px;
  background: #0075c2;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.download-wrapper .list ul li .btn img {
  position: relative;
  top: 6px;
  margin-left: 20px;
}
.history-wrapper {
  padding-top: 0!important;
}
.history-wrapper .box-1 {
  padding: 110px 0 90px;
  background: #fff;
}
.history-wrapper .box-1 .w1440 {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.history-wrapper .box-1 .title {
  display: inline-block;
  font-size: 54px;
  color: #fff;
  padding: 0 40px;
  background: #0075c2;
  line-height: 92px;
  margin-bottom: 40px;
}
.history-wrapper .box-1 .swiper-box {
  width: 71.8%;
}
.history-wrapper .box-1 .other-box {
  width: 25%;
  background: #fff;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.05);
  height: 100%;
}
.history-wrapper .box-1 .other-box .caption {
  font-size: 30px;
  font-family: Arial;
  color: #fff;
  font-weight: 700;
  line-height: 92px;
  background: #0075c2;
  padding: 0 32px;
  text-transform: uppercase;
}
.history-wrapper .box-1 .other-box .links {
  padding: 30px 32px 58px;
}
.history-wrapper .box-1 .other-box .links a {
  display: block;
  font-size: 18px;
  color: #333;
  font-family: gc,arial;
  padding-left: 22px;
  position: relative;
  line-height: 24px;
  margin-bottom: 16px;
}
.history-wrapper .box-1 .other-box .links a:last-child {
  margin-bottom: 0;
}
.history-wrapper .box-1 .other-box .links a:hover {
  color: #0075c2;
}
.history-wrapper .box-1 .other-box .links a:hover:before {
  background: #0075c2;
}
.history-wrapper .box-1 .other-box .links a:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #666;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  position: absolute;
  left: 0;
  top: 9px;
  z-index: 10;
}
.history-wrapper .swiper-wrapper {
  flex-flow: wrap;
}
.history-wrapper .box-1 .swiper-slide {
  margin-bottom: 40px;
}
.history-wrapper .box-1 .swiper-slide:last-child {
  margin-bottom: 0;
}
.history-wrapper .box-1 .swiper-slide .year {
  position: absolute;
  left: 0;
  top: 120px;
  z-index: 10;
  width: 88px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 24px;
  color: #333;
  font-family: db,arial;
  border-radius: 5px;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  display: none;
}
.history-wrapper .box-1 .swiper-slide .year:after {
  content: "";
  display: inline-block;
  border: 4px solid transparent;
  position: absolute;
  right: -8px;
  top: 50%;
  margin-top: -4px;
  z-index: 10;
  transition: border 0.3s ease;
  -webkit-transition: border 0.3s ease;
  -moz-transition: border 0.3s ease;
  -ms-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
}
.history-wrapper .box-1 .swiper-slide .name {
  font-size: 26px;
  color: #333;
  font-family: db,arial;
  line-height: 30px;
}
.history-wrapper .box-1 .swiper-slide .desc {
  font-size: 16px;
  color: #333;
  line-height: 24px;
  margin-top: 10px;
}
.history-wrapper .box-1 .swiper-slide .box {
  position: relative;
  padding-top: 10px;
}
.history-wrapper .box-1 .swiper-slide .box:before {
  content: "";
  display: inline-block;
  width: 37px;
  height: 222px;
  background: url(../images/hicon.png) no-repeat left 4px center;
  background-size: 25px;
  position: absolute;
  left: -127px;
  top: 28px;
  z-index: 10;
  display: none;
}
.history-wrapper .box-1 .swiper-slide .pic {
  width: 30%;
  font-size: 0;
  overflow: hidden;
}
.history-wrapper .box-1 .swiper-slide .pic img {
  width: 100%;
  display: block;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.history-wrapper .box-1 .swiper-slide .pic img:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.history-wrapper .box-1 .swiper-slide .info {
  flex: 1;
}
.history-wrapper .swiper-btn {
  display: inline-block;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  left: 100px;
  z-index: 10;
  background-color: #0e4e9e;
  display: none;
}
.history-wrapper .swiper-btn.swiper-button-disabled {
  background-color: #000;
}
.history-wrapper .swiper-btn.prev {
  top: 0;
  background-image: url(../images/history-up.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.history-wrapper .swiper-btn.next {
  bottom: 0;
  background-image: url(../images/history-down.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.history-wrapper .box-2 {
  padding-top: 78px;
}
.history-wrapper .box-2 ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  box-shadow: 2px 2px 30px 0px rgba(0, 0, 0, 0.08);
}
.history-wrapper .box-2 li {
  width: 33.33%;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.history-wrapper .box-2 li:nth-child(even) .pic {
  order: 1;
}
.history-wrapper .box-2 li:nth-child(even) .info {
  order: 0;
}
.history-wrapper .box-2 li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.history-wrapper .box-2 li:hover .info {
  background: #0075c2;
}
.history-wrapper .box-2 li:hover .name,
.history-wrapper .box-2 li:hover .desc {
  color: #fff;
}
.history-wrapper .box-2 .info,
.history-wrapper .box-2 .pic {
  width: 100%;
}
.history-wrapper .box-2 .pic {
  font-size: 0;
  overflow: hidden;
}
.history-wrapper .box-2 .pic img {
  display: block;
  width: 100%;
  height: 310px;
  object-fit: cover;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.history-wrapper .box-2 .info {
  background: #fff;
  height: 310px;
  padding: 40px 40px 0 58px;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.history-wrapper .box-2 .name {
  font-size: 30px;
  color: #333;
  font-weight: 700;
  line-height: 30px;
}
.history-wrapper .box-2 .desc {
  font-size: 16px;
  color: #333;
  line-height: 30px;
  margin-top: 18px;
}
.order-modal-box {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 40;
  width: 100%;
  height: 100%;
  display: none;
  /* input placeholder  */
}
.order-modal-box .box {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 41;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.order-modal-box .inner {
  width: 955px;
  margin: 0 auto;
  background: #fff;
  border: 2px solid #0075c2;
  border-radius: 10px;
  overflow: hidden;
}
.order-modal-box .main {
  padding: 52px 72px 75px;
}
.order-modal-box .top {
  position: relative;
  background: #0075c2;
}
.order-modal-box .top .close {
  display: inline-block;
  width: 21px;
  height: 21px;
  background: url(../images/close3.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 9px;
  top: 9px;
  z-index: 10;
}
.order-modal-box .name {
  font-size: 26px;
  color: #fff;
  font-weight: 700;
  line-height: 65px;
  text-align: center;
}
.order-modal-box .group {
  width: 384px;
  font-size: 0;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 26px;
}
.order-modal-box .group.max {
  width: 100%;
  justify-content: center;
}
.order-modal-box .form {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.order-modal-box .text,
.order-modal-box .message,
.order-modal-box a {
  height: 50px;
  line-height: 50px;
  background: #f4f4f4;
  font-size: 14px;
  color: #666;
  border-radius: 5px;
}
.order-modal-box ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #666666;
  font-size: 14px;
}
.order-modal-box :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #666666;
  font-size: 14px;
}
.order-modal-box ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666666;
  font-size: 14px;
}
.order-modal-box :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #666666;
  font-size: 14px;
}
.order-modal-box .text {
  width: 100%;
  padding: 0 16px;
}
.order-modal-box .message {
  padding: 0 16px;
  width: 100%;
  resize: none;
  height: 160px;
}
.order-modal-box .main > .group a {
  width: 384px;
  text-align: center;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.order-modal-box .main > .group .cancel {
  font-size: 14px;
  color: #666;
  display: none;
}
.order-modal-box .main > .group .cancel:hover {
  color: #fff;
  background: #0e4e9e;
}
.order-modal-box .main > .group .submit {
  background: #0075c2;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
}
.order-modal-box .main > .group .submit:hover {
  background: #0e4e9e;
}
.question-wrapper .list ul {
  background: #fff;
  box-shadow: 2px 2px 30px 0px rgba(0, 0, 0, 0.08);
}
.question-wrapper .list ul li {
  background: url(../images/line.jpg) repeat-x left bottom;
}
.question-wrapper .list ul li:last-child {
  background: #fff;
}
.question-wrapper .list ul li.on .name,
.question-wrapper .list ul li:hover .name {
  color: #fff;
}
.question-wrapper .list ul li.on .top,
.question-wrapper .list ul li:hover .top {
  background: #0075c2;
}
.question-wrapper .list ul li.on .top:before,
.question-wrapper .list ul li:hover .top:before,
.question-wrapper .list ul li.on .top:after,
.question-wrapper .list ul li:hover .top:after {
  background: #fff;
}
.question-wrapper .list ul li.on .top .icon,
.question-wrapper .list ul li:hover .top .icon {
  background: url(../images/question.png) no-repeat;
  background-size: contain;
}
.question-wrapper .list ul li.on .top:after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.question-wrapper .list ul li .top {
  padding: 20px 0;
  cursor: pointer;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.question-wrapper .list ul li .top .icon {
  background: url(../images/question3.png) no-repeat;
  background-size: contain;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.question-wrapper .list ul li .top:before,
.question-wrapper .list ul li .top:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  z-index: 10;
  background: #0075c2;
}
.question-wrapper .list ul li .top:before {
  width: 23px;
  height: 3px;
  right: 30px;
  margin-top: -1.5px;
}
.question-wrapper .list ul li .top:after {
  width: 3px;
  height: 23px;
  right: 40px;
  margin-top: -11.5px;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.question-wrapper .list ul li .top,
.question-wrapper .list ul li .detail {
  position: relative;
  padding-left: 86px;
  padding-right: 60px;
}
.question-wrapper .list ul li .icon {
  position: absolute;
  left: 34px;
  top: 20px;
  z-index: 10;
  width: 30px;
  height: 30px;
}
.question-wrapper .list ul li .detail {
  display: none;
  padding-top: 12px;
  padding-bottom: 36px;
}
.question-wrapper .list ul li .detail .icon {
  background: url(../images/question2.png) no-repeat;
  background-size: contain;
}
.question-wrapper .list ul li .name,
.question-wrapper .list ul li .content {
  color: #333;
  line-height: 30px;
}
.question-wrapper .list ul li .name {
  font-size: 18px;
  font-weight: 700;
}
.question-wrapper .list ul li .content {
  font-size: 16px;
}
.category-wrapper .list ul li {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
.category-wrapper .list ul li:last-child {
  margin-bottom: 0;
}
.category-wrapper .list ul .pic {
  position: relative;
  display: block;
  width: 56.39%;
  font-size: 0;
  overflow: hidden;
  transform: perspective(1px) translateZ(0);
}
.category-wrapper .list ul .pic img {
  display: block;
  width: 100%;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.category-wrapper .list ul .pic:hover:before {
  left: auto;
  right: -100%;
}
.category-wrapper .list ul .pic:before {
  content: "";
  display: block;
  width: 248px;
  height: 302px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: url(../images/block2.png) no-repeat right bottom;
  background-size: contain;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.category-wrapper .list ul .info {
  position: relative;
  width: 43.6%;
}
.category-wrapper .list ul .name {
  font-size: 30px;
  line-height: 26px;
  color: #333;
}
.category-wrapper .list ul .content {
  font-size: 16px;
  color: #333;
  line-height: 30px;
  margin: 24px auto 90px;
}
.category-wrapper .list ul .line {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 750px;
  height: 1px;
  background: #0075c2;
}
.goodscat-wrapper .cat-box {
  font-size: 0;
  text-align: center;
  margin-bottom: 38px;
}
.goodscat-wrapper .cat-box a {
  display: inline-block;
  font-size: 18px;
  color: #333;
  border-radius: 30px;
  padding: 0 30px;
  min-width: 200px;
  height: 46px;
  line-height: 46px;
  margin-right: 18px;
  margin-bottom: 18px;
  background: #fff;
  border: 1px solid #0075c1;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  margin-bottom: 20px;
}
.goodscat-wrapper .cat-box a:last-child {
  margin-right: 0;
}
.goodscat-wrapper .cat-box a:hover,
.goodscat-wrapper .cat-box a.on {
  color: #fff;
  background: #0075c1;
}
.goodscat-wrapper .list ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
  text-align: center;
}
.goodscat-wrapper .list ul li {
  width: 31.11%;
  margin-right: 3.335%;
  margin-bottom: 70px;
}
.goodscat-wrapper .list ul li:nth-child(3n) {
  margin-right: 0;
}
.goodscat-wrapper .list ul li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.goodscat-wrapper .list ul li:hover .name {
  color: #0075c2;
}
.goodscat-wrapper .list ul li a {
  display: block;
}
.goodscat-wrapper .list ul li .pic {
  font-size: 0;
  padding: 20px;
  overflow: hidden;
}
.goodscat-wrapper .list ul li .pic img {
  display: block;
  width: 100%;
  height: 334px;
  object-fit: contain;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.goodscat-wrapper .list ul li .info {
  margin-top: 30px;
}
.goodscat-wrapper .list ul li .name {
  font-size: 18px;
  color: #333;
  font-weight: 700;
  /*text-transform: uppercase;*/
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.goodscat-wrapper .list ul li .desc {
  font-size: 16px;
  color: #333;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: 120px;
  margin: 14px auto 25px;
  display: none;
}
.goodscat-wrapper .list ul li .index-more {
  margin: 18px auto 0;
}
.goodscat-wrapper .result-box table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #e8e8e8;
  margin-bottom: 40px;
}
.goodscat-wrapper .result-box th,
.goodscat-wrapper .result-box td {
  font-weight: 700;
}
.goodscat-wrapper .result-box th {
  height: 60px;
  line-height: 60px;
  background: #0075c1;
  font-size: 18px;
  color: #fff;
  padding: 0 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.goodscat-wrapper .result-box td {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  padding: 15px 30px;
  background: #fff;
  border-right: 1px solid #f7f8f9;
  word-break: break-all;
}
.goodscat-wrapper .result-box td a:hover {
  color: #0075c1;
}
.goodscat-wrapper .result-box tr:nth-child(even) td {
  background: #f7f8f9;
  border-right-color: #eaeaea;
}
.search-wrapper {
  padding-top: 68px;
  border-top-left-radius: 90px;
  background: #f4f4f4;
}
.search-wrapper .list ul li {
  padding: 30px 0 26px;
  border-bottom: 1px solid #d2d2d2;
}
.search-wrapper .list ul li:hover .name {
  color: #0075c2;
}
.search-wrapper .list ul li .name {
  display: block;
  font-size: 18px;
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.search-wrapper .list ul li .desc {
  font-size: 16px;
  color: #333;
  line-height: 30px;
  margin-top: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.technical-box {
  margin-top: 70px;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  background: #0075c2;
}
.technical-box .pic,
.technical-box .info {
  width: 50%;
}
.technical-box .pic {
  font-size: ;
  overflow: hidden;
}
.technical-box .pic img {
  display: block;
  width: 100%;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.technical-box .pic img:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.technical-box .info {
  position: relative;
  padding: 0 60px 0 120px;
}
.technical-box .info:before {
  content: "";
  display: block;
  border: 14px solid transparent;
  position: absolute;
  left: -28px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 10;
  border-right-color: #0075c2;
}
.technical-box .icon {
  width: 68px;
}
.technical-box .name {
  font-size: 48px;
  color: #fff;
  line-height: 48px;
  margin: 32px auto 36px;
}
.technical-box .desc {
  font-size: 30px;
  line-height: 40px;
  color: #fff;
}
.technical-box .more {
  width: 275px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: block;
  border-radius: 30px;
  background: #0e4e9e;
  color: #fff;
  font-size: 30px;
  margin-top: 48px;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.technical-box .more:hover {
  background: #fff;
  color: #0075c2;
}
.help-box {
  display: none;
  margin-top: 70px;
  background: #fff;
  padding: 38px 70px 76px;
}
.help-box .title {
  font-size: 24px;
  color: #333;
  font-weight: 700;
  font-family: Arial;
  line-height: 36px;
  margin-bottom: 44px;
}
.help-box ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.help-box ul li {
  position: relative;
  width: 31.54%;
  margin-right: 2.69%;
}
.help-box ul li:nth-child(2n) .info {
  background: rgba(40, 40, 40, 0.5);
}
.help-box ul li:nth-child(2n) .info:before {
  border-right-color: rgba(40, 40, 40, 0.5);
}
.help-box ul li:nth-child(3n) {
  margin-right: 0;
}
.help-box ul li:nth-child(3n) .info {
  background: rgba(248, 166, 42, 0.5);
}
.help-box ul li:nth-child(3n) .info:before {
  border-right-color: rgba(248, 166, 42, 0.5);
}
.help-box ul li:hover .icon {
  transform: translateY(-8px);
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -o-transform: translateY(-8px);
}
.help-box ul li .info {
  width: 41.46%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  text-align: center;
  background: rgba(0, 117, 194, 0.5);
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.help-box ul li .info:before {
  content: "";
  display: block;
  border: 14px solid transparent;
  position: absolute;
  left: -28px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 10;
  border-right-color: rgba(0, 117, 194, 0.5);
}
.help-box ul li .pic {
  font-size: 0;
  overflow: hidden;
}
.help-box ul li .pic img {
  display: block;
  width: 100%;
  height: 202px;
  object-fit: cover;
}
.help-box ul li .inner {
  width: 100%;
}
.help-box ul li a {
  display: block;
}
.help-box ul li .icon {
  width: 40px;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.help-box ul li .name {
  font-size: 24px;
  color: #fff;
  font-family: Arial;
  line-height: 30px;
  margin-top: 8px;
}
.user-wrapper {
  padding-top: 68px;
  border-top-left-radius: 90px;
  background: #f4f4f4;
}
.user-wrapper .top {
  font-size: 0;
  text-align: center;
}
.user-wrapper .top a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #666;
  line-height: 30px;
  vertical-align: top;
  padding: 0 12px 30px;
  margin-right: 22px;
}
.user-wrapper .top a:last-child {
  margin-right: 0;
}
.user-wrapper .top a:hover,
.user-wrapper .top a.on {
  color: #0075c2;
}
.user-wrapper .top a:hover:after,
.user-wrapper .top a.on:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.user-wrapper .top a.on {
  font-weight: 700;
}
.user-wrapper .top a:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #0075c2;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.user-wrapper .main {
  padding: 78px 8.3%;
  background: #fff;
  margin-bottom: 40px;
}
.user-wrapper .main .title-box {
  text-align: center;
  line-height: 24px;
  padding-bottom: 32px;
  border-bottom: 1px solid #d5d5d5;
}
.user-wrapper .main .title-box .title {
  font-size: 24px;
  color: #3c2944;
  font-weight: 700;
  margin-bottom: 6px;
}
.user-wrapper .main .title-box p {
  font-size: 16px;
  color: #333;
}
.user-wrapper .main .title-box p a {
  display: inline-block;
  color: #0075c2;
  text-decoration: underline;
}
.user-wrapper .main .title-box p a:hover {
  color: #0e4e9e;
}
.user-wrapper .main .form-box {
  margin-top: 44px;
}
.user-wrapper .main .form-box .group {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  margin-bottom: 16px;
}
.user-wrapper .main .form-box label,
.user-wrapper .main .form-box .text,
.user-wrapper .main .form-box .verification,
.user-wrapper .main .form-box .change,
.user-wrapper .main .form-box .caption,
.user-wrapper .main .form-box span {
  height: 50px;
  line-height: 50px;
}
.user-wrapper .main .form-box label {
  width: 29.16%;
  text-align: right;
  font-size: 16px;
  color: #333;
  margin-right: 30px;
}
.user-wrapper .main .form-box .text,
.user-wrapper .main .form-box .verification {
  font-size: 16px;
  color: #333;
  background: #f4f4f4;
  padding: 0 15px;
}
.user-wrapper .main .form-box .text {
  /*width: 48.33%;*/
  width: 46.33%;
}
.user-wrapper .main .form-box input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #f4f4f4 inset;
}
.user-wrapper .main .form-box .verification {
  width: 11.67%;
}
.user-wrapper .main .form-box .change {
  font-size: 16px;
  color: #0075c2;
  text-decoration: underline;
  margin-left: 24px;
}
.user-wrapper .main .form-box .change:hover {
  color: #0e4e9e;
}
.user-wrapper .main .form-box span {
  font-size: 14px;
  color: #999;
  margin-left: 22px;
}
.user-wrapper .main .form-box .caption {
  position: relative;
  width: 100%;
  font-size: 16px;
  color: #333;
  padding: 0 40px 0 15px;
  background: #f4f4f4;
  cursor: pointer;
}
.user-wrapper .main .form-box .caption:after {
  position: absolute;
  right: 22px;
  top: 0;
  z-index: 10;
  content: "";
  display: block;
  width: 15px;
  height: 100%;
  background: url(../images/icon-down.png) no-repeat center center;
  background-size: contain;
}
.user-wrapper .main .form-box .caption.on {
  border-radius: 0;
}
.user-wrapper .main .form-box .caption.on:after {
  transform: rotateX(180deg);
}
.user-wrapper .main .form-box .region {
  position: relative;
  width: 46.33%;
}
.user-wrapper .main .form-box .region:after {
  position: absolute;
  right: 22px;
  top: 0;
  z-index: 10;
  content: "";
  display: block;
  width: 15px;
  height: 100%;
  background: url(../images/icon-down.png) no-repeat center center;
  background-size: contain;
}
.user-wrapper .main .form-box .region.on {
  border-radius: 0;
}
.user-wrapper .main .form-box .region.on:after {
  transform: rotateX(180deg);
}
.user-wrapper .main .form-box .region .text {
  width: 100%;
}
.user-wrapper .main .form-box .region .list {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 10;
  width: 100%;
  background: #fff;
  padding: 0 15px;
  max-height: 205px;
  overflow-y: auto;
  border: 1px solid #f7f8f9;
}
.user-wrapper .main .form-box .region .list::-webkit-scrollbar {
  width: 3px;
}
.user-wrapper .main .form-box .region .list::-webkit-scrollbar-track {
  background-color: #f6f6f6;
  border-radius: 5px;
}
.user-wrapper .main .form-box .region .list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #0075c2;
}
.user-wrapper .main .form-box .region .list a {
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 48px;
  padding: 0 40px 0 15px;
  border-bottom: 1px solid #f7f8f9;
}
.user-wrapper .main .form-box .region .list a:last-child {
  border: none;
}
.user-wrapper .main .form-box .region .list a.on,
.user-wrapper .main .form-box .region .list a:hover {
  color: #0075c2;
}
.user-wrapper .main .form-box .region .list a.on {
  font-weight: 700;
}
.user-wrapper .main .form-box .checkbox {
  margin-top: 30px;
  padding-left: 29.16%;
}
.user-wrapper .main .form-box .checkbox #remember {
  display: none;
}
.user-wrapper .main .form-box .checkbox #remember:checked + label i {
  background: url(../images/check2.png) no-repeat;
  background-size: contain;
}
.user-wrapper .main .form-box .checkbox label {
  cursor: pointer;
  position: relative;
  width: auto;
  text-align: left;
  margin-left: 30px;
  font-size: 14px;
  color: #666;
  height: 15px;
  line-height: 15px;
}
.user-wrapper .main .form-box .checkbox label i {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 16px;
  height: 15px;
  background: url(../images/check.png) no-repeat;
  background-size: contain;
  margin-right: 12px;
}
.user-wrapper .group {
  position: relative;
}
.user-wrapper .send {
  display: inline-block;
  padding: 8px 15px;
  border-radius: 5px;
  background: #0e4e9e;
  font-size: 14px;
  color: #fff;
  position: absolute;
  right: 7px;
  bottom: 7px;
  z-index: 10;
  line-height: 20px;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.user-wrapper .send:hover {
  background: #0075c1;
}
.user-wrapper .send.disabled {
  background: #ccc;
}
.user-wrapper .submit {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  background: #0075c2;
}
.user-wrapper .submit:hover {
  background: #0e4e9e;
}
.user-wrapper .link {
  font-size: 0;
  text-align: center;
  margin-top: 48px;
}
.user-wrapper .link a {
  display: inline-block;
  font-size: 16px;
  color: #0075c2;
  text-decoration: underline;
  margin-right: 32px;
}
.user-wrapper .link a:hover {
  color: #0e4e9e;
}
.user-wrapper .link a:last-child {
  margin-right: 0;
}
.usercenter-wrapper .main {
  margin-bottom: 0;
  padding-bottom: 178px;
}
.usercenter-wrapper .main-2 {
  padding-bottom: 94px;
}
.usercenter-wrapper .main .title-box {
  padding-bottom: 60px;
}
.usercenter-wrapper .form-box-2 {
  width: 580px;
  margin: 55px auto 0;
}
.usercenter-wrapper .form-box-2 .group {
  margin-bottom: 18px;
}
.usercenter-wrapper .form-box-2 label {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  margin-bottom: 10px;
}
.usercenter-wrapper .form-box-2 .text {
  background: #f4f4f4;
  font-size: 16px;
  color: #666;
  line-height: 50px;
  width: 100%;
  padding: 0 20px;
}
.usercenter-wrapper .form-box-2 .submit {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  background: #0075c2;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  margin-top: 35px;
}
.usercenter-wrapper .form-box-2 .submit:hover {
  background: #0e4e9e;
}
.usercenter-wrapper .form-box-2 .tips {
  font-size: 16px;
  color: #333;
  line-height: 30px;
  text-align: center;
  margin-top: 25px;
}
.usercenter-wrapper .form-box-2 .tips a {
  text-decoration: underline;
  color: #0075c2;
}
.usercenter-wrapper .form-box-2 .tips a:hover {
  color: #0e4e9e;
}
.usercenter-wrapper .info {
  margin-top: 32px;
}
.usercenter-wrapper .info ul li {
  font-size: 16px;
  color: #666;
  line-height: 36px;
}
.usercenter-wrapper .info ul li span {
  display: inline-block;
  width: 48%;
  text-align: right;
  color: #333;
  margin-right: 10px;
}
.usercenter-wrapper .record {
  margin-top: 30px;
}
.usercenter-wrapper .record li {
  line-height: 24px;
  margin-bottom: 32px;
}
.usercenter-wrapper .record .name {
  font-size: 16px;
  color: #333;
  font-weight: 700;
}
.usercenter-wrapper .record .date {
  font-size: 14px;
  color: #666;
}
.usercenter-wrapper .step {
  display: none;
}
.support-wrapper .content {
  font-size: 16px;
  color: #333;
  line-height: 30px;
}
.support-wrapper .list ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  flex-flow: wrap;
}
.support-wrapper .list ul li {
  position: relative;
  width: 25%;
  margin-top: 62px;
}
.support-wrapper .list ul li a {
  overflow: hidden;
}
.support-wrapper .list ul li:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.support-wrapper .list ul li:hover .info {
  height: 100%;
  background: rgba(0, 117, 194, 0.7);
}
.support-wrapper .list ul li:hover .icon {
  position: static;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.support-wrapper .list ul li .pic {
  font-size: 0;
  overflow: hidden;
}
.support-wrapper .list ul li .pic img {
  display: block;
  width: 100%;
  height: 670px;
  object-fit: cover;
  transition: transform 0.4s ease;
  -webkit-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -ms-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
}
.support-wrapper .list ul li .info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  height: 148px;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.support-wrapper .list ul li .inner {
  width: 100%;
  padding: 0 20px;
  text-align: center;
}
.support-wrapper .list ul li .name {
  font-size: 36px;
  color: #fff;
  line-height: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.support-wrapper .list ul li .icon {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  margin-top: 28px;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
/*分页*/
.pageNum {
  text-align: center;
  margin-top: 32px;
}
.pageNum a {
  display: inline-block;
  vertical-align: top;
  color: #333;
  font-size: 16px;
  margin: 0 4px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
}
.pageNum .prev {
  background: url(../images/prev3.png) no-repeat center center;
  background-size: 6px;
}
.pageNum .prev:hover {
  background: #0075c2 url(../images/prev4.png) no-repeat center center;
  background-size: 6px;
}
.pageNum .next {
  background: url(../images/next3.png) no-repeat center center;
  background-size: 6px;
}
.pageNum .next:hover {
  background: #0075c2 url(../images/next4.png) no-repeat center center;
  background-size: 6px;
}
.pageNum a:hover,
.pageNum .on {
  color: #fff;
  background: #0075c2;
}
.pageMore a {
  display: block;
  width: 100%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background: #0075c2;
  color: #fff;
  font-size: 12px;
  margin-top: 30px;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
@keyframes navLeft20 {
  0% {
    transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
  }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}
@keyframes navRight20 {
  0% {
    transform: translateX(20px);
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
  }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes iconAnimate {
  0% {
    opacity: 0.6;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.9);
    -webkit-transform: scale(1.9);
    -moz-transform: scale(1.9);
    -ms-transform: scale(1.9);
    -o-transform: scale(1.9);
  }
}
@keyframes iconRotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
